The following commit has been merged into the timers/nohz branch of tip: Commit-ID: 09fe880ed7a160ebbffb84a0a9096a075e314d2f Gitweb: https://git.kernel.org/tip/09fe880ed7a160ebbffb84a0a9096a075e314d2f Author: Frederic Weisbecker <frederic@xxxxxxxxxx> AuthorDate: Thu, 13 May 2021 01:29:24 +02:00 Committer: Ingo Molnar <mingo@xxxxxxxxxx> CommitterDate: Wed, 19 May 2021 10:30:28 +02:00 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@xxxxxxxxxx> Signed-off-by: Ingo Molnar <mingo@xxxxxxxxxx> Acked-by: Peter Zijlstra <peterz@xxxxxxxxxxxxx> Acked-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lore.kernel.org/r/20210512232924.150322-11-frederic@xxxxxxxxxx --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index bd7aff0..bda71de 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@xxxxxxxxxx> +S: Maintained +F: kernel/context_tracking.c +F: include/linux/context_tracking* + CONTROL GROUP (CGROUP) M: Tejun Heo <tj@xxxxxxxxxx> M: Zefan Li <lizefan.x@xxxxxxxxxxxxx>