aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikolay Borisov <[email protected]>2021-05-11 16:17:37 +0300
committerDennis Zhou <[email protected]>2021-05-13 04:50:30 +0000
commitc547addba7096debac4f99cdfe869a32a81081e2 (patch)
tree420a642961111942e4a5aaeea004ca50f85a303e
parent9e9da02a68d4b7feaa10022fd1135d9b3f2f72d7 (diff)
MAINTAINERS: Add lib/percpu* as part of percpu entry
Without this patch get_maintainers.pl on a patch which modified lib/percpu_refcount.c produces: Jens Axboe <[email protected]> (commit_signer:2/5=40%) Ming Lei <[email protected]> (commit_signer:2/5=40%,authored:2/5=40%,added_lines:99/114=87%,removed_lines:34/43=79%) "Paul E. McKenney" <[email protected]> (commit_signer:1/5=20%,authored:1/5=20%,added_lines:9/114=8%,removed_lines:3/43=7%) Tejun Heo <[email protected]> (commit_signer:1/5=20%) Andrew Morton <[email protected]> (commit_signer:1/5=20%) Nikolay Borisov <[email protected]> (authored:1/5=20%,removed_lines:3/43=7%) Joe Perches <[email protected]> (authored:1/5=20%,removed_lines:3/43=7%) [email protected] (open list) Whereas with the patch applied it now (properly) prints: Dennis Zhou <[email protected]> (maintainer:PER-CPU MEMORY ALLOCATOR) Tejun Heo <[email protected]> (maintainer:PER-CPU MEMORY ALLOCATOR) Christoph Lameter <[email protected]> (maintainer:PER-CPU MEMORY ALLOCATOR) [email protected] (open list) Signed-off-by: Nikolay Borisov <[email protected]> [Dennis: updated list to [email protected]] Signed-off-by: Dennis Zhou <[email protected]>
-rw-r--r--MAINTAINERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index bd7aff0c120f..9599e313d7f7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14317,10 +14317,12 @@ PER-CPU MEMORY ALLOCATOR
M: Dennis Zhou <[email protected]>
M: Tejun Heo <[email protected]>
M: Christoph Lameter <[email protected]>
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