Message ID | 20210322122542.15072-2-lukas.bulwahn@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | kernel-doc and MAINTAINERS clean-up | expand |
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 >
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 F: include/linux/vmalloc.h F: mm/
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(+)