aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorOmar Sandoval <osandov@fb.com>2024-11-08 17:28:42 -0800
committerChristian Brauner <brauner@kernel.org>2024-12-02 11:21:07 +0100
commit4620cb828450b5b92bccfb3321fc6915ed2a5f32 (patch)
tree2ec8e4b4c18f3fdd79c177d9769dcfb12c9904b9
parentproc/kcore: use percpu_rw_semaphore for kclist_lock (diff)
downloadwireguard-linux-4620cb828450b5b92bccfb3321fc6915ed2a5f32.tar.xz
wireguard-linux-4620cb828450b5b92bccfb3321fc6915ed2a5f32.zip
MAINTAINERS: add me as /proc/kcore maintainer
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>
-rw-r--r--MAINTAINERS7
1 files changed, 7 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 1e930c7a58b1..822c080fecfb 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -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>