From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id AE1B2A034F for ; Mon, 25 Nov 2019 23:11:22 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 6FE9E4C90; Mon, 25 Nov 2019 23:11:22 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by dpdk.org (Postfix) with ESMTP id 3D7BDCF3; Mon, 25 Nov 2019 23:11:19 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id BCD9B2263E; Mon, 25 Nov 2019 17:11:18 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute1.internal (MEProxy); Mon, 25 Nov 2019 17:11:18 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=9yuhS2/qFDzZLbOtuceCD/kJAwkXK2ypwupaOZLJ+8A=; b=XI/VGGkJHQuH 9LRkU4l8CRIDuVRFht0kHWVMzrgeKd25KGvRDX99mQuc3fU3EoE76Sq7riUACHmO J+SLuvzItc94yDsek3J5I4cvpsJeqLuB6F/wz6zdjdF/Ogu2+6CIdN1wk9I7l4OC PVXFKf2v3ExzrSQjpIJnVwafEwbR2Fk= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm1; bh=9yuhS2/qFDzZLbOtuceCD/kJAwkXK2ypwupaOZLJ+ 8A=; b=gsesrkhNwGHJ7pgdsWCJ8kCLtfi9KDjfNaOTvEzMjWW64clakJjXg6YgC imubMdL8S2SJPLBS10CJeAaSakPmaGoYvYZHK2dGNYwEGE2cQen/VpSvSK9ohbc/ MZmRS6GaSjZIruQ8RtwqXQPnPAVPyE/0QCNqsby22mqZn2iGkWTy1EHJzVjPeQmQ LEa+o6yfd00axGF6Y4qYlPMAMTkRtuhStniqqFOdq2Gbxu7BrjfB9QUqgqZfb9Ke whpovESfzU5QaT0z/Op0cymA2iGu5oN1C1SMIiRJiulbQcnTaW29wJa/Fsxi55qi BWtz7khSwzf8buahjMsahkPHgjtSQ== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrudeiuddgudehkecutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhm rghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenuc fkphepjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpeht hhhomhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 4AB2F80064; Mon, 25 Nov 2019 17:11:17 -0500 (EST) From: Thomas Monjalon To: Ferruh Yigit Cc: dev@dpdk.org, Andrew Rybchenko , stable@dpdk.org, Bruce Richardson Date: Mon, 25 Nov 2019 23:11:16 +0100 Message-ID: <2017077.DZQN9lK3u3@xps> In-Reply-To: <20191122113023.15296-1-ferruh.yigit@intel.com> References: <20191112131556.16668-1-ferruh.yigit@intel.com> <20191122113023.15296-1-ferruh.yigit@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v2] mk: remove library search path from binary X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 22/11/2019 12:30, Ferruh Yigit: > This patch functionally reverts the patch in fixes line to not have any > hardcoded library path in the final binary for the security reasons, in > case this binary distributed to production environment. > > RPATH only added in RTE_DEVEL_BUILD case and this binary shouldn't > distributed, but still removing it to be cautious. > > Fixes: 8919f73bcbaa ("mk: add build directory to library search path") > Cc: stable@dpdk.org > > Suggested-by: Bruce Richardson > Signed-off-by: Ferruh Yigit Applied, thanks