From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v2] devtools: check orphan symbols in map files Date: Tue, 29 May 2018 17:56:15 +0200 Message-ID: <6505816.6lJQvvYBPQ@xps> References: <4156041.IfarTdeXU8@xps> <20180527215447.2841-1-thomas@monjalon.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, Ferruh Yigit To: Pavan Nikhilesh Return-path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 902E911F5 for ; Tue, 29 May 2018 17:56:17 +0200 (CEST) In-Reply-To: <20180527215447.2841-1-thomas@monjalon.net> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 27/05/2018 23:54, Thomas Monjalon: > The script check-symbol-maps.sh finds the symbols exported > in a map file but not referenced in the codebase. > > Suggested-by: Pavan Nikhilesh > Signed-off-by: Thomas Monjalon > --- > v2: > - rewrite Python script from Pavan in a smaller shell script > - check symbol as whole word (-w) > - print one symbol per line > --- > MAINTAINERS | 1 + > devtools/check-symbol-maps.sh | 30 ++++++++++++++++++++++++++++++ Applied