summaryrefslogtreecommitdiff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorFrederic Weisbecker <frederic@kernel.org>2021-05-13 02:29:24 +0300
committerIngo Molnar <mingo@kernel.org>2021-05-19 11:30:28 +0300
commit09fe880ed7a160ebbffb84a0a9096a075e314d2f (patch)
tree5a7e24eb5f4dacc481d1eb83581eb00bf5ebfcea /MAINTAINERS
parent0fdcccfafcffac70b452b3127cc3d981f0117655 (diff)
downloadlinux-09fe880ed7a160ebbffb84a0a9096a075e314d2f.tar.xz
MAINTAINERS: Add myself as context tracking maintainer
I've been missing a lot of patches touching context tracking for which I wasn't Cc'ed these last months. The code looks like a simple single file but has a lot of subtle tentacles. Signed-off-by: Frederic Weisbecker <frederic@kernel.org> Signed-off-by: Ingo Molnar <mingo@kernel.org> Acked-by: Peter Zijlstra <peterz@infradead.org> Acked-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20210512232924.150322-11-frederic@kernel.org
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS6
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index bd7aff0c120f..bda71decb316 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4601,6 +4601,12 @@ S: Supported
F: drivers/video/console/
F: include/linux/console*
+CONTEXT TRACKING
+M: Frederic Weisbecker <frederic@kernel.org>
+S: Maintained
+F: kernel/context_tracking.c
+F: include/linux/context_tracking*
+
CONTROL GROUP (CGROUP)
M: Tejun Heo <tj@kernel.org>
M: Zefan Li <lizefan.x@bytedance.com>