The patch titled Subject: MAINTAINERS: add uapi directories to API/ABI section has been added to the -mm tree. Its filename is maintainers-add-uapi-directories-to-api-abi-section.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/maintainers-add-uapi-directories-to-api-abi-section.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/maintainers-add-uapi-directories-to-api-abi-section.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/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Vlastimil Babka <vbabka@xxxxxxx> Subject: MAINTAINERS: add uapi directories to API/ABI section Let's add include/uapi/ and arch/*/include/uapi/ to API/ABI section, so that for patches modifying them, get_maintainers.pl suggests CCing linux-api@ so people don't forget. Link: https://lkml.kernel.org/r/20210217174745.13591-1-vbabka@xxxxxxx Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Reported-by: David Hildenbrand <david@xxxxxxxxxx> Cc: Michael Kerrisk <mtk.manpages@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) --- a/MAINTAINERS~maintainers-add-uapi-directories-to-api-abi-section +++ a/MAINTAINERS @@ -261,6 +261,8 @@ ABI/API L: linux-api@xxxxxxxxxxxxxxx F: include/linux/syscalls.h F: kernel/sys_ni.c +F: include/uapi/ +F: arch/*/include/uapi/ ABIT UGURU 1,2 HARDWARE MONITOR DRIVER M: Hans de Goede <hdegoede@xxxxxxxxxx> _ Patches currently in -mm which might be from vbabka@xxxxxxx are mm-slub-stop-freeing-kmem_cache_node-structures-on-node-offline.patch mm-slab-slub-stop-taking-memory-hotplug-lock.patch mm-slab-slub-stop-taking-cpu-hotplug-lock.patch mm-slub-splice-cpu-and-page-freelists-in-deactivate_slab.patch mm-slub-remove-slub_memcg_sysfs-boot-param-and-config_slub_memcg_sysfs_on.patch maintainers-add-uapi-directories-to-api-abi-section.patch