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.
Reported-by: David Hildenbrand <[email protected]> Signed-off-by: Vlastimil Babka <[email protected]> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+) Not entirely sure about the arch/* part, would it add too much noise? Thoughts? diff --git a/MAINTAINERS b/MAINTAINERS index bfc1b86e3e73..d8b994a1b983 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -261,6 +261,8 @@ ABI/API L: [email protected] 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 <[email protected]> -- 2.30.0

