diff options
author | Darren Hart (VMware) <dvhart@infradead.org> | 2017-04-14 18:46:08 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2017-04-15 10:03:46 -0400 |
commit | 59cd42c29618c45cd3c56da43402b14f611888dd (patch) | |
tree | 9532263462536f14da484853705c969377f4bdb8 /MAINTAINERS | |
parent | 38fcd06e9b7f6855db1f3ebac5e18b8fdb467ffd (diff) |
MAINTAINERS: Add FUTEX SUBSYSTEM
Add a MAINTAINERS block for the FUTEX SUBSYSTEM which includes the core
kernel code, include headers, testing code, and Documentation. Excludes
arch files, and higher level test code.
I added tglx and mingo as M as they have made the tip commits and peterz
and myself as R.
Signed-off-by: Darren Hart (VMware) <dvhart@infradead.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Shuah Khan <shuah@kernel.org>
Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
Link: http://lkml.kernel.org/r/20170414224608.GA5180@fury
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index fdd5350fe261..0a8cbccd8771 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -5406,6 +5406,23 @@ F: fs/fuse/ | |||
5406 | F: include/uapi/linux/fuse.h | 5406 | F: include/uapi/linux/fuse.h |
5407 | F: Documentation/filesystems/fuse.txt | 5407 | F: Documentation/filesystems/fuse.txt |
5408 | 5408 | ||
5409 | FUTEX SUBSYSTEM | ||
5410 | M: Thomas Gleixner <tglx@linutronix.de> | ||
5411 | M: Ingo Molnar <mingo@redhat.com> | ||
5412 | R: Peter Zijlstra <peterz@infradead.org> | ||
5413 | R: Darren Hart <dvhart@infradead.org> | ||
5414 | L: linux-kernel@vger.kernel.org | ||
5415 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core | ||
5416 | S: Maintained | ||
5417 | F: kernel/futex.c | ||
5418 | F: kernel/futex_compat.c | ||
5419 | F: include/asm-generic/futex.h | ||
5420 | F: include/linux/futex.h | ||
5421 | F: include/uapi/linux/futex.h | ||
5422 | F: tools/testing/selftests/futex/ | ||
5423 | F: tools/perf/bench/futex* | ||
5424 | F: Documentation/*futex* | ||
5425 | |||
5409 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) | 5426 | FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) |
5410 | M: Rik Faith <faith@cs.unc.edu> | 5427 | M: Rik Faith <faith@cs.unc.edu> |
5411 | L: linux-scsi@vger.kernel.org | 5428 | L: linux-scsi@vger.kernel.org |