summary refs log tree commit diff
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2021-05-27 12:01:26 -1000
committerLinus Torvalds <torvalds@linux-foundation.org>2021-05-27 12:01:26 -1000
commit97e5bf604b7a0d6e1b3e00fe31d5fd4b9bffeaae (patch)
tree9fe27c6e8741e1e4703bb19b91098f33c0fb8c90 /MAINTAINERS
parent3c856a3180daf38d33166c0c98da921841588019 (diff)
parentc547addba7096debac4f99cdfe869a32a81081e2 (diff)
downloadlinux-97e5bf604b7a0d6e1b3e00fe31d5fd4b9bffeaae.tar.gz
Merge branch 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu
Pull percpu fixes from Dennis Zhou:
 "This contains a cleanup to lib/percpu-refcount.c and an update to the
  MAINTAINERS file to more formally take over support for lib/percpu*"

* 'for-5.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu:
  MAINTAINERS: Add lib/percpu* as part of percpu entry
  percpu_ref: Don't opencode percpu_ref_is_dying
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 8696ead91480..3a2384e63486 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14324,10 +14324,12 @@ PER-CPU MEMORY ALLOCATOR
 M:	Dennis Zhou <dennis@kernel.org>
 M:	Tejun Heo <tj@kernel.org>
 M:	Christoph Lameter <cl@linux.com>
+L:	linux-mm@kvack.org
 S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/dennis/percpu.git
 F:	arch/*/include/asm/percpu.h
 F:	include/linux/percpu*.h
+F:	lib/percpu*.c
 F:	mm/percpu*.c
 
 PER-TASK DELAY ACCOUNTING