From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3] checkpatches.sh: Add checks for ABI symbol addition Date: Sun, 04 Feb 2018 15:44:56 +0100 Message-ID: <505919222.VvC3VFVIYc@xps> References: <20180115190545.25687-1-nhorman@tuxdriver.com> <20180131172707.9152-1-nhorman@tuxdriver.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com, bruce.richardson@intel.com, Ferruh Yigit , Stephen Hemminger To: Neil Horman Return-path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id 075091B21E for ; Sun, 4 Feb 2018 16:07:19 +0100 (CET) In-Reply-To: <20180131172707.9152-1-nhorman@tuxdriver.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 31/01/2018 18:27, Neil Horman: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -42,6 +42,7 @@ F: doc/ > > Developers and Maintainers Tools > M: Thomas Monjalon > +M: Neil Horman > F: MAINTAINERS > F: devtools/check-dup-includes.sh > F: devtools/check-maintainers.sh You don't need to add your name in this general section. The new file is now in "ABI versioning" section that you already maintain. Talking about maintenance, you are welcome to put your name into "Driver information" section :) > @@ -86,6 +87,7 @@ M: Neil Horman > F: lib/librte_compat/ > F: doc/guides/rel_notes/deprecation.rst > F: devtools/validate-abi.sh > +F: devtools/check-symbol-change.sh > F: buildtools/check-experimental-syms.sh