diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-09-13 22:35:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-09-13 22:35:25 -0400 |
commit | f1c03a465192fea123789c85e44dc2610730b6cb (patch) | |
tree | a5e6700a0aabc7ab55299684151f1d4ef37e5cd8 | |
parent | 72d4c6e5893a122c2fd060ded2b490582a5bb377 (diff) | |
parent | 1194c4154662ac60312c164e9eaab0f8dd0dd36f (diff) |
Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Pull percpu maintainership update from Tejun Heo:
"This updates the MAINTAINERS file to transfer the percpu tree
maintainership to Dennis Zhou.
Dennis rewrote a good portion of the percpu allocator, knows most of
percpu related code, is already listed as a co-maintainer, has been
reliable, and now sits right behind me. I'll keep reviewing and
involved with percpu stuff and am sure that Dennis will soon make a
better maintainer than I ever was"
* 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu:
MAINTAINERS: Make Dennis the percpu tree maintainer
-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 | |||
11360 | F: drivers/platform/x86/peaq-wmi.c | 11360 | F: drivers/platform/x86/peaq-wmi.c |
11361 | 11361 | ||
11362 | PER-CPU MEMORY ALLOCATOR | 11362 | PER-CPU MEMORY ALLOCATOR |
11363 | M: Dennis Zhou <dennis@kernel.org> | ||
11363 | M: Tejun Heo <tj@kernel.org> | 11364 | M: Tejun Heo <tj@kernel.org> |
11364 | M: Christoph Lameter <cl@linux.com> | 11365 | M: Christoph Lameter <cl@linux.com> |
11365 | M: Dennis Zhou <dennisszhou@gmail.com> | 11366 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git |
11366 | T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git | ||
11367 | S: Maintained | 11367 | S: Maintained |
11368 | F: include/linux/percpu*.h | 11368 | F: include/linux/percpu*.h |
11369 | F: mm/percpu*.c | 11369 | F: mm/percpu*.c |