From: Omar Sandoval Date: Sat, 9 Nov 2024 01:28:42 +0000 (-0800) Subject: MAINTAINERS: add me as /proc/kcore maintainer X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4620cb828450b5b92bccfb3321fc6915ed2a5f32;p=linux.git 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 Link: https://lore.kernel.org/r/fb71665d1d10a8b3faf7930e4ad9d93143a61cef.1731115587.git.osandov@fb.com Signed-off-by: Christian Brauner --- 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 +L: linux-debuggers@vger.kernel.org +S: Maintained +F: fs/proc/kcore.c +F: include/linux/kcore.h + KCOV R: Dmitry Vyukov R: Andrey Konovalov