Re: [PATCH 1/2] MAINTAINERS: assign pagewalk.h to MEMORY MANAGEMENT
From: Mike Rapoport <rppt@kernel.org>
Date: 2021-03-31 09:40:23
Also in:
kernel-janitors, linux-mm, lkml
From: Mike Rapoport <rppt@kernel.org>
Date: 2021-03-31 09:40:23
Also in:
kernel-janitors, linux-mm, lkml
On Mon, Mar 22, 2021 at 01:25:41PM +0100, Lukas Bulwahn wrote:
Commit a520110e4a15 ("mm: split out a new pagewalk.h header from mm.h") adds a new file in ./include/linux, but misses to update MAINTAINERS accordingly. Hence, ./scripts/get_maintainers.pl ./include/linux/pagewalk.h points only to lkml as general fallback for all files, whereas the original ./include/linux/mm.h clearly marks this file part of MEMORY MANAGEMENT. Assign ./include/linux/pagewalk.h to MEMORY MANAGEMENT. Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com> --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+)diff --git a/MAINTAINERS b/MAINTAINERS index 728216e3919c..46a1eddbc3e4 100644 --- a/MAINTAINERS +++ b/MAINTAINERS@@ -11622,6 +11622,7 @@ F: include/linux/gfp.h F: include/linux/memory_hotplug.h F: include/linux/mm.h F: include/linux/mmzone.h +F: include/linux/pagewalk.h
I'd say that we miss all include/linux/page* here, not only pagewalk.h
F: include/linux/vmalloc.h F: mm/ -- 2.17.1
-- Sincerely yours, Mike.