]> git.ipfire.org Git - people/arne_f/kernel.git/commitdiff
MAINTAINERS: Update the PTRACE entry
authorIngo Molnar <mingo@kernel.org>
Wed, 5 Jul 2017 08:41:05 +0000 (10:41 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 11 Jul 2017 08:24:09 +0000 (10:24 +0200)
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>
MAINTAINERS

index d357695ee4fe089750e5e757eb36f40a1719ad66..cbe90323c35aa8147ef85bc5179ec0cb4dbc2be2 100644 (file)
@@ -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>