diff options
| author | Frederic Weisbecker <[email protected]> | 2021-05-13 01:29:24 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2021-05-19 10:30:28 +0200 |
| commit | 09fe880ed7a160ebbffb84a0a9096a075e314d2f (patch) | |
| tree | 5a7e24eb5f4dacc481d1eb83581eb00bf5ebfcea | |
| parent | 0fdcccfafcffac70b452b3127cc3d981f0117655 (diff) | |
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 <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -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 <[email protected]> +S: Maintained +F: kernel/context_tracking.c +F: include/linux/context_tracking* + CONTROL GROUP (CGROUP) M: Tejun Heo <[email protected]> M: Zefan Li <[email protected]> |