]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
MAINTAINERS: add me as /proc/kcore maintainer
authorOmar Sandoval <osandov@fb.com>
Sat, 9 Nov 2024 01:28:42 +0000 (17:28 -0800)
committerChristian Brauner <brauner@kernel.org>
Mon, 2 Dec 2024 10:21:07 +0000 (11:21 +0100)
Christian volunteered me for this a while back given that drgn is the
main user of /proc/kcore and I've touched it several times over the
years.

Link: https://lore.kernel.org/all/20231125-kurhotel-zuwege-10cce62a50fd@brauner/
Signed-off-by: Omar Sandoval <osandov@fb.com>
Link: https://lore.kernel.org/r/fb71665d1d10a8b3faf7930e4ad9d93143a61cef.1731115587.git.osandov@fb.com
Signed-off-by: Christian Brauner <brauner@kernel.org>
MAINTAINERS

index 1e930c7a58b13d8bbe6bf133ba7b36aa24c2b5e0..822c080fecfb64c21c2ad84d9bda9521dc88537f 100644 (file)
@@ -12385,6 +12385,13 @@ F:     Documentation/kbuild/kconfig*
 F:     scripts/Kconfig.include
 F:     scripts/kconfig/
 
+KCORE
+M:     Omar Sandoval <osandov@osandov.com>
+L:     linux-debuggers@vger.kernel.org
+S:     Maintained
+F:     fs/proc/kcore.c
+F:     include/linux/kcore.h
+
 KCOV
 R:     Dmitry Vyukov <dvyukov@google.com>
 R:     Andrey Konovalov <andreyknvl@gmail.com>