[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20210217174745.13591-1-vbabka@suse.cz>
Date: Wed, 17 Feb 2021 18:47:45 +0100
From: Vlastimil Babka <vbabka@...e.cz>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, linux-api@...r.kernel.org,
Michael Kerrisk <mtk.manpages@...il.com>,
Vlastimil Babka <vbabka@...e.cz>,
David Hildenbrand <david@...hat.com>
Subject: [PATCH] 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.
Reported-by: David Hildenbrand <david@...hat.com>
Signed-off-by: Vlastimil Babka <vbabka@...e.cz>
---
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: linux-api@...r.kernel.org
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@...hat.com>
--
2.30.0
Powered by blists - more mailing lists