From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3B1A9A00C2; Tue, 8 Mar 2022 15:24:26 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2588B4068F; Tue, 8 Mar 2022 15:24:26 +0100 (CET) Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by mails.dpdk.org (Postfix) with ESMTP id D9FD54068B for ; Tue, 8 Mar 2022 15:24:24 +0100 (CET) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id CCA2B3201FDE; Tue, 8 Mar 2022 09:24:22 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Tue, 08 Mar 2022 09:24:23 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:cc:content-transfer-encoding:date:date:from:from:in-reply-to :in-reply-to:message-id:mime-version:references:reply-to:sender :subject:subject:to:to; s=fm1; bh=tZewdnFzKbdf5L40YCdk8xuBm9NBrC +hv5dlI95Dk8k=; b=Sd8+IWZra777HAtvdstQhe6s1wkCY/oWz/mp8LgsunH7fk uZXPWLnqshCRvPCmHFgXq0mmM/QdNuag8w2pXiCszYZL74pel+eaSwZTAdOfJVtR lMsXSvwei1B7gYwyJOgHeFf+CBU3CEj7LqOtS+mSZ9S1BXB3Z8WT1mNYFxY56zxz yE0hBzxZfwFB7iMKxhdd/d9PmUWewHkjRZC5OsVaIQ6G/3GKPkv+oZRyE4ph6l2/ 3Ly3gfYX+MnlD4fXq2vKZoHKsAgAbNWK8lvfHS7XDVu01duNhAnOVkt5I8gQh2Fe T3Fj6Ey9N91/Sz4a2aFGMaM6uG2R1oPAjmtkx3gg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding:date:date :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=tZewdn FzKbdf5L40YCdk8xuBm9NBrC+hv5dlI95Dk8k=; b=ezDxDTbpeGqGLftRx4Qg0e TF9IlodcKpbqcTSjWs87ZpCXfTaO7+CZ6MgErXx87IIEwzs6iprtOl75A8ExqWmp TfHhcvhzD2SRjTe7Dk0Eb1U/v2mZdNQ738MJkSuJOGWGr541GUeS8JjHJGdBdqZu 5qu/L6USokamUWfo1XrmguCcYgrB/9ekpoMfdce13ivkgx/xWkHKPSnC8fGGQ3TI Std+XXGFwlineGJiCQQCKy+H0QvdcPBFe1bASDthxor93i01PE1wh71HX+sGGxFa d9148sSc8dCkuxlzFW49bAH+55Yf7Pq2hhBf/y8gor1ytHPfKOueSk4hwbpzXFCA == X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudduiedgiedvucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgjfhgggfestdekre dtredttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshes mhhonhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvhefgiedvjeegtdevhe efhfetleefgfeivefgffevfeejgedtgfeutdehtdegveenucevlhhushhtvghrufhiiigv pedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrd hnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Tue, 8 Mar 2022 09:24:21 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Cc: david.marchand@redhat.com Subject: [PATCH v2 0/2] add missing local symbols catch-all Date: Tue, 8 Mar 2022 15:24:10 +0100 Message-Id: <20220308142412.2069408-1-thomas@monjalon.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220306092023.2461466-1-thomas@monjalon.net> References: <20220306092023.2461466-1-thomas@monjalon.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org The libraries (and driver) regexdev, gpudev and auxiliary bus were missing "local:*" in their version.map linker script which catch all non-listed functions to be hidden in shared libraries. v2: add a devtools check Thomas Monjalon (2): regexdev: fix section attribute of symbols build: hide local symbols in shared libraries devtools/check-symbol-maps.sh | 7 +++++++ devtools/libabigail.abignore | 12 ++++++++++++ drivers/bus/auxiliary/version.map | 2 ++ lib/gpudev/version.map | 2 ++ lib/regexdev/rte_regexdev.h | 4 ++++ lib/regexdev/rte_regexdev_driver.h | 3 +++ lib/regexdev/version.map | 11 +++++++++++ 7 files changed, 41 insertions(+) -- 2.34.1