diff options
author | 2021-05-13 01:29:24 +0200 | |
---|---|---|
committer | 2021-05-19 10:30:28 +0200 | |
commit | 09fe880ed7a160ebbffb84a0a9096a075e314d2f (patch) | |
tree | 5a7e24eb5f4dacc481d1eb83581eb00bf5ebfcea | |
parent | tick/nohz: Call tick_nohz_task_switch() with interrupts disabled (diff) | |
download | linux-dev-09fe880ed7a160ebbffb84a0a9096a075e314d2f.tar.xz linux-dev-09fe880ed7a160ebbffb84a0a9096a075e314d2f.zip |
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
-rw-r--r-- | MAINTAINERS | 6 |
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> |