diff options
author | Ingo Molnar <mingo@kernel.org> | 2017-07-05 04:41:05 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2017-07-11 04:24:09 -0400 |
commit | 095f6d76221dd4b99d004e4c826ac4382c6ce5e3 (patch) | |
tree | b426dd1fb2cdd9a7bba3aae0c53aeb02a7780bfc | |
parent | 4855022a52262411ce38c93dec4cb1470705c0a0 (diff) |
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>
-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/* | |||
10355 | F: include/linux/ptp_cl* | 10355 | F: include/linux/ptp_cl* |
10356 | 10356 | ||
10357 | PTRACE SUPPORT | 10357 | PTRACE SUPPORT |
10358 | M: Roland McGrath <roland@hack.frob.com> | ||
10359 | M: Oleg Nesterov <oleg@redhat.com> | 10358 | M: Oleg Nesterov <oleg@redhat.com> |
10360 | S: Maintained | 10359 | S: Maintained |
10361 | F: include/asm-generic/syscall.h | 10360 | F: include/asm-generic/syscall.h |
@@ -10363,7 +10362,12 @@ F: include/linux/ptrace.h | |||
10363 | F: include/linux/regset.h | 10362 | F: include/linux/regset.h |
10364 | F: include/linux/tracehook.h | 10363 | F: include/linux/tracehook.h |
10365 | F: include/uapi/linux/ptrace.h | 10364 | F: include/uapi/linux/ptrace.h |
10365 | F: include/uapi/linux/ptrace.h | ||
10366 | F: include/asm-generic/ptrace.h | ||
10366 | F: kernel/ptrace.c | 10367 | F: kernel/ptrace.c |
10368 | F: arch/*/ptrace*.c | ||
10369 | F: arch/*/*/ptrace*.c | ||
10370 | F: arch/*/include/asm/ptrace*.h | ||
10367 | 10371 | ||
10368 | PULSE8-CEC DRIVER | 10372 | PULSE8-CEC DRIVER |
10369 | M: Hans Verkuil <hverkuil@xs4all.nl> | 10373 | M: Hans Verkuil <hverkuil@xs4all.nl> |