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 683FEA00C2; Sun, 6 Mar 2022 10:20:32 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C2F8240683; Sun, 6 Mar 2022 10:20:31 +0100 (CET) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 3968940151 for ; Sun, 6 Mar 2022 10:20:30 +0100 (CET) Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id C8B9E5C023D; Sun, 6 Mar 2022 04:20:27 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute4.internal (MEProxy); Sun, 06 Mar 2022 04:20:27 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:date:date:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to; s=fm1; bh=qa2hzfao3fHFnsux9EgOUMoW7r8qdg/tkE7lGVjkoFE=; b=YVUBu OruTKeQMBBdWV1XEp8ONer2sH0YCTMb4bV/R3wikkjNY9e02HEiGjTqvmkxmKw3l 0ZkBHSfXMxSeEWpp2bn1v+eOtjZSqB5neNRmKxamfFhmOWELoSmAPS4GnCxvwEJ5 9JavVu56kmK0hnnQZB25PWpgTJINPP34OTezv9tAmwhXVZ/W6YKdrDssRGbdgGxP ZWeBZ48O746w/RnWqjfxcU/8GM5fLYtz8I3vT6tK58Y5agLDFWsFCNoJ/f/jxWyv wQQgumko7u4oZqh4zgsq1qrLJ5PlhuYSv5bftOhDzNg/YThmDexejyqQCq6EA+4s 5x7mLNSJ99v5KsIPg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:date :from:from:in-reply-to:message-id:mime-version: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=qa2hzfao3fHFnsux9EgOUMoW7r8qd g/tkE7lGVjkoFE=; b=kfAbyPWvqWxfBUKfQ/qY00k+dJV0U8Z+AinFFQ9yCgdlQ e80nSy1bxMAX/jZDBnfXZUrK9adggGGKD4nUPtand7xGv7Cqs6wFSuRq4LU2lU56 BPJb+WuDSX1WW36utR7WA/xFc1I9gXMhCRFpEM1NsqBaq0w7nHgbnsY2xBjRfUJJ xq9YPeVifsPV8cp9gWhn9QNiZfCrWxu82pGwFpV1B48h7Rn85/tcRzgwClF/PeGS csqFY9tiYILytOwn2zpID6mHt0SJwYz7E5Xpm0+I83tmqOLu5KBkLvCcOii1wpBl WpjQ1c96q14xwmxbz2inpWgFQnlyQa2ODjzr5nxmQ== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudduvddgtdefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomhepvfhhohhmrghsucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhho nhhjrghlohhnrdhnvghtqeenucggtffrrghtthgvrhhnpedvledvudehvdduudevuedvve ehgeduleegiefgjeehudehtddtgeduffejiefhgfenucevlhhushhtvghrufhiiigvpedt necurfgrrhgrmhepmhgrihhlfhhrohhmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvg ht X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA for ; Sun, 6 Mar 2022 04:20:27 -0500 (EST) From: Thomas Monjalon To: dev@dpdk.org Subject: [PATCH 0/2] add missing local symbols catch-all Date: Sun, 6 Mar 2022 10:20:21 +0100 Message-Id: <20220306092023.2461466-1-thomas@monjalon.net> X-Mailer: git-send-email 2.34.1 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. Thomas Monjalon (2): regexdev: fix section attribute of symbols build: hide local symbols in shared libraries 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 +++++++++++ 6 files changed, 34 insertions(+) -- 2.34.1