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 C7491A0487 for ; Tue, 2 Jul 2019 16:07:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D1E1E5680; Tue, 2 Jul 2019 16:07:11 +0200 (CEST) Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 394BB4CE4 for ; Tue, 2 Jul 2019 16:07:11 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id AF4C5427; Tue, 2 Jul 2019 10:07:08 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Tue, 02 Jul 2019 10:07:09 -0400 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=7bEoyUP1fJOohXfKjYPm+1B+UI3wZJ+wFUy8N9arIqQ=; b=kBCEsd9Y9cm3 APlLuZHWkwJZ3LtxGanoID0/OwfyOAndspJwp9VrH+Wl9LEuphKPi7KjSv/qt+c1 J1mYN+LSJbLrZRe7V3xQgikIu0b+pqXNZAVsxsKE5j5m++kEvLq0j4rSNYqsy+vj m2Ysmx5vEfljdPF4FoSPTcwfYGzVvTo= 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=fm3; bh=7bEoyUP1fJOohXfKjYPm+1B+UI3wZJ+wFUy8N9arI qQ=; b=1tHwi6p4eaNAf/161V4XIKvWn6Qz5ludscpYSljyxgJEz4kEeuNznAGZH xWo/bg4/VRdO5xXlnqBOQsDJaKmolQoAy+TJCm/P6kJin4+yBlcyjbmhF4nlU5UG S2zR1nIhwGBFU++sNEDuXcHkveEmX25Z8W+Rhw9HDvUpy/aj4H09tRTfEilbyRQf 3deMAXr8xRdACk6lfOxjv+omQeq67k1+q9qVmZI8kBWf6KR6NFIyeyQWffkQZpzb vMHWCBOiJ9/Ilns37zBgG4rRnNMNQAPUK9Naitslwb0stqvDOPAWpSLXMjIVUrMd lGb74xB3wtceNpKpM6z1byZzz6OUg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduvddrvdekgdejhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd 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 CE93C380086; Tue, 2 Jul 2019 10:07:05 -0400 (EDT) From: Thomas Monjalon To: David Marchand Cc: dev@dpdk.org, Ferruh Yigit , nhorman@tuxdriver.com Date: Tue, 02 Jul 2019 16:07:04 +0200 Message-ID: <15021439.fLO0KR2do2@xps> In-Reply-To: <6388e0cd-9cb8-036f-9504-a5d2e614522b@intel.com> References: <1562069630-7929-1-git-send-email-david.marchand@redhat.com> <6388e0cd-9cb8-036f-9504-a5d2e614522b@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] buildtools: filter out symbols for ICC X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 02/07/2019 14:59, Ferruh Yigit: > On 7/2/2019 1:13 PM, David Marchand wrote: > > For some reason, ICC creates additional global symbols with a . which > > triggers an error in the check that validates that symbols in the > > experimental section are properly published in the map file of the > > library. Filter them out. > > > > Fixes: 3290ac14eb94 ("buildtools: detect discrepancies for experimental symbols") > > > > Reported-by: Ferruh Yigit > > Signed-off-by: David Marchand > > Tested-by: Ferruh Yigit Applied, thanks