diff options
author | Tejun Heo <tj@kernel.org> | 2018-09-13 22:16:36 +0300 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-09-13 22:16:36 +0300 |
commit | 1194c4154662ac60312c164e9eaab0f8dd0dd36f (patch) | |
tree | 97b0c396deeeb8537afdb428db0c0aeec3768478 | |
parent | 54eda9df17f3215b9ed16629ee71ea07413efdaf (diff) | |
download | linux-1194c4154662ac60312c164e9eaab0f8dd0dd36f.tar.xz |
MAINTAINERS: Make Dennis the percpu tree maintainer
Dennis rewrote a significant portion of the percpu allocator and has
shown that he can respond in a timely and helpful manner when issues
are reported against percpu allocator.
Let's make Dennis the percpu tree maintainer.
Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Dennis Zhou <dennis@kernel.org>
Cc: Christoph Lameter <cl@linux.com>
-rw-r--r-- | MAINTAINERS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4130acc2e152..bb65f0c1861c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11360,10 +11360,10 @@ S: Maintained F: drivers/platform/x86/peaq-wmi.c PER-CPU MEMORY ALLOCATOR +M: Dennis Zhou <dennis@kernel.org> M: Tejun Heo <tj@kernel.org> M: Christoph Lameter <cl@linux.com> -M: Dennis Zhou <dennisszhou@gmail.com> -T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git +T: git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git S: Maintained F: include/linux/percpu*.h F: mm/percpu*.c |