diff options
author | Josh Triplett <josh@joshtriplett.org> | 2014-06-06 17:38:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:18 -0400 |
commit | ea8f8fc8631d9f890580a94d57a18bfeb827fa2e (patch) | |
tree | b796225c24d39db1e6556440c88ea91e05cedfd3 | |
parent | f59428ab73ce83adf801d86787c450cef4d9fff9 (diff) |
MAINTAINERS: add linux-api for review of API/ABI changes
This makes it more likely that patch submitters will CC API/ABI changes to
the linux-api list, and tools like get_maintainer.pl will do so
automatically.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Acked-by: Steven Rostedt <rostedt@goodmis.org>
Acked-by: Michael Kerrisk <mtk.man-pages@gmail.com>
Cc: Joe Perches <joe@perches.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | MAINTAINERS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 7d101d5ba953..107cdf62e988 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -210,6 +210,13 @@ S: Supported | |||
210 | F: Documentation/scsi/aacraid.txt | 210 | F: Documentation/scsi/aacraid.txt |
211 | F: drivers/scsi/aacraid/ | 211 | F: drivers/scsi/aacraid/ |
212 | 212 | ||
213 | ABI/API | ||
214 | L: linux-api@vger.kernel.org | ||
215 | F: Documentation/ABI/ | ||
216 | F: include/linux/syscalls.h | ||
217 | F: include/uapi/ | ||
218 | F: kernel/sys_ni.c | ||
219 | |||
213 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER | 220 | ABIT UGURU 1,2 HARDWARE MONITOR DRIVER |
214 | M: Hans de Goede <hdegoede@redhat.com> | 221 | M: Hans de Goede <hdegoede@redhat.com> |
215 | L: lm-sensors@lm-sensors.org | 222 | L: lm-sensors@lm-sensors.org |