From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757615AbcBDUzd (ORCPT ); Thu, 4 Feb 2016 15:55:33 -0500 Received: from smtprelay0207.hostedemail.com ([216.40.44.207]:43690 "EHLO smtprelay.hostedemail.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932182AbcBDUzc (ORCPT ); Thu, 4 Feb 2016 15:55:32 -0500 X-Session-Marker: 6A6F6540706572636865732E636F6D X-Spam-Summary: 2,0,0,,d41d8cd98f00b204,joe@perches.com,:::::::::::::::::::,RULES_HIT:41:355:379:541:599:973:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1714:1730:1747:1777:1792:2393:2553:2559:2562:2828:2911:3138:3139:3140:3141:3142:3351:3622:3866:3867:3868:3870:3874:4321:4425:5007:6261:10004:10400:10848:11232:11658:11783:11914:12043:12517:12519:12740:13069:13095:13311:13357:13894:14659:21080:21094:30026:30054:30090:30091,0,RBL:none,CacheIP:none,Bayesian:0.5,0.5,0.5,Netcheck:none,DomainCache:0,MSF:not bulk,SPF:fn,MSBL:0,DNSBL:none,Custom_rules:0:0:0,LFtime:2,LUA_SUMMARY:none X-HE-Tag: judge51_2feaf5cbcd038 X-Filterd-Recvd-Size: 2133 Message-ID: <1454619328.3263.4.camel@perches.com> Subject: Re: [patch] MAINTAINERS: trim the file triggers for ABI/API From: Joe Perches To: Josh Triplett , "Michael Kerrisk (man-pages)" Cc: Andrew Morton , lkml , Linux API , Andy Lutomirski , Steven Rostedt , Greg Kroah-Hartman , Shuah Khan , Mauro Carvalho Chehab Date: Thu, 04 Feb 2016 12:55:28 -0800 In-Reply-To: <20160204153415.GB6066@x> References: <56B35A9F.1080303@gmail.com> <20160204153415.GB6066@x> Content-Type: text/plain; charset="ISO-8859-1" X-Mailer: Evolution 3.18.3-1ubuntu1 Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-02-04 at 07:34 -0800, Josh Triplett wrote: > On Thu, Feb 04, 2016 at 03:05:19PM +0100, Michael Kerrisk (man-pages) wrote: > Might I suggest an alternate commit message? > > """ > Commit ea8f8fc8631 ("MAINTAINERS: add linux-api for review of API/ABI > changes") added file triggers for various paths that likely indicated > API/ABI changes.  However, catching all changes in Documentation/ABI/ > and include/uapi/ produces a large volume of mail to linux-api, rather > than only API/ABI changes.  Drop those two entries, but leave > include/linux/syscalls.h and kernel/sys_ni.c to catch syscall-related > changes. > """ [] > > diff --git a/MAINTAINERS b/MAINTAINERS [] > > @@ -223,9 +223,7 @@ F:  drivers/scsi/aacraid/ > > > >  ABI/API > >  L:     linux-api@vger.kernel.org > > -F:     Documentation/ABI/ > >  F:     include/linux/syscalls.h > > -F:     include/uapi/ > >  F:     kernel/sys_ni.c Maybe add a keyword entry like: K: (?i)syscall to see all actual changes of syscalls too?