The patch titled Subject: MAINTAINERS: trim the file triggers for ABI/API has been added to the -mm tree. Its filename is maintainers-trim-the-file-triggers-for-abi-api.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/maintainers-trim-the-file-triggers-for-abi-api.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/maintainers-trim-the-file-triggers-for-abi-api.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "Michael Kerrisk (man-pages)" <mtk.manpages@xxxxxxxxx> Subject: MAINTAINERS: trim the file triggers for ABI/API 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. [josh@xxxxxxxxxxxxxxxx: redid changelog] Signed-off-by: Michael Kerrisk <mtk.man-pages@xxxxxxxxx> Acked-by: Shuah khan <shuahkh@xxxxxxxxxxxxxxx> Cc: Josh Triplett <josh@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 2 -- 1 file changed, 2 deletions(-) diff -puN MAINTAINERS~maintainers-trim-the-file-triggers-for-abi-api MAINTAINERS --- a/MAINTAINERS~maintainers-trim-the-file-triggers-for-abi-api +++ a/MAINTAINERS @@ -223,9 +223,7 @@ F: drivers/scsi/aacraid/ ABI/API L: linux-api@xxxxxxxxxxxxxxx -F: Documentation/ABI/ F: include/linux/syscalls.h -F: include/uapi/ F: kernel/sys_ni.c ABIT UGURU 1,2 HARDWARE MONITOR DRIVER _ Patches currently in -mm which might be from mtk.manpages@xxxxxxxxx are maintainers-trim-the-file-triggers-for-abi-api.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html