From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Perches Subject: Re: [patch] MAINTAINERS: trim the file triggers for ABI/API Date: Thu, 04 Feb 2016 12:55:28 -0800 Message-ID: <1454619328.3263.4.camel@perches.com> References: <56B35A9F.1080303@gmail.com> <20160204153415.GB6066@x> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: In-Reply-To: <20160204153415.GB6066@x> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: linux-api@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? >=20 > """ > Commit ea8f8fc8631 ("MAINTAINERS: add linux-api for review of API/ABI > changes") added file triggers for various paths that likely indicated > API/ABI changes.=A0=A0However, catching all changes in Documentation/= ABI/ > and include/uapi/ produces a large volume of mail to linux-api, rathe= r > than only API/ABI changes.=A0=A0Drop 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:=A0=A0drivers/scsi/aacraid/ > >=20 > > =A0ABI/API > > =A0L:=A0=A0=A0=A0=A0linux-api@vger.kernel.org > > -F:=A0=A0=A0=A0=A0Documentation/ABI/ > > =A0F:=A0=A0=A0=A0=A0include/linux/syscalls.h > > -F:=A0=A0=A0=A0=A0include/uapi/ > > =A0F:=A0=A0=A0=A0=A0kernel/sys_ni.c Maybe add a keyword entry like: K: (?i)syscall to see all actual changes of syscalls too?