Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

MAINTAINERS: fix regex pattern in CORE MM category

The pattern "include/linux/page[-_]*" matches every file that starts with
"page", because it's a regex and not a glob (so it has the meaning of
include/linux/page + match [-_] 0+ times).

Fix it up into a more regex-correct expression. Doing so reduces CC's
drastically in patches that touch pagemap.h (which is maintained as part
of PAGE CACHE).

As a side-effect, move linux/pageblock-flags.h explicitly under PAGE
ALLOCATOR.

Link: https://lore.kernel.org/linux-mm/20260422005608.342028-1-fmayle@google.com/
Link: https://lore.kernel.org/20260422123726.517220-1-pfalcato@suse.de
Signed-off-by: Pedro Falcato <pfalcato@suse.de>
Reviewed-by: Lorenzo Stoakes <ljs@kernel.org>
Acked-by: David Hildenbrand (Arm) <david@kernel.org>
Acked-by: Vlastimil Babka (SUSE) <vbabka@kernel.org>
Reviewed-by: SeongJae Park <sj@kernel.org>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Pedro Falcato and committed by
Andrew Morton
69df7cda 619eab23

+2 -1
+2 -1
MAINTAINERS
··· 16805 16805 F: mm/util.c 16806 16806 F: mm/vmpressure.c 16807 16807 F: mm/vmstat.c 16808 - N: include/linux/page[-_]* 16808 + N: include\/linux\/page[-_][a-zA-Z]* 16809 16809 16810 16810 MEMORY MANAGEMENT - EXECMEM 16811 16811 M: Andrew Morton <akpm@linux-foundation.org> ··· 16962 16962 F: include/linux/compaction.h 16963 16963 F: include/linux/gfp.h 16964 16964 F: include/linux/page-isolation.h 16965 + F: include/linux/pageblock-flags.h 16965 16966 F: mm/compaction.c 16966 16967 F: mm/debug_page_alloc.c 16967 16968 F: mm/debug_page_ref.c