diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-07-05 10:41:05 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-07-11 10:24:09 +0200 |
commit | 095f6d76221dd4b99d004e4c826ac4382c6ce5e3 (patch) | |
tree | b426dd1fb2cdd9a7bba3aae0c53aeb02a7780bfc /MAINTAINERS | |
parent | 4855022a52262411ce38c93dec4cb1470705c0a0 (diff) | |
download | linux-stable-095f6d76221dd4b99d004e4c826ac4382c6ce5e3.tar.gz linux-stable-095f6d76221dd4b99d004e4c826ac4382c6ce5e3.tar.bz2 linux-stable-095f6d76221dd4b99d004e4c826ac4382c6ce5e3.zip |
MAINTAINERS: Update the PTRACE entry
Document the status quo: Roland has been busy with other projects for years,
so list Oleg as the de-facto maintainer.
Also update the file patterns.
Acked-by: Thomas Gleixner <tglx@linutronix.de>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Roland McGrath <roland@hack.frob.com>
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d357695ee4fe..cbe90323c35a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -10355,7 +10355,6 @@ F: drivers/ptp/* F: include/linux/ptp_cl* PTRACE SUPPORT -M: Roland McGrath <roland@hack.frob.com> M: Oleg Nesterov <oleg@redhat.com> S: Maintained F: include/asm-generic/syscall.h @@ -10363,7 +10362,12 @@ F: include/linux/ptrace.h F: include/linux/regset.h F: include/linux/tracehook.h F: include/uapi/linux/ptrace.h +F: include/uapi/linux/ptrace.h +F: include/asm-generic/ptrace.h F: kernel/ptrace.c +F: arch/*/ptrace*.c +F: arch/*/*/ptrace*.c +F: arch/*/include/asm/ptrace*.h PULSE8-CEC DRIVER M: Hans Verkuil <hverkuil@xs4all.nl> |