Message ID | 20230321170513.2401534-15-rppt@kernel.org (mailing list archive) |
---|---|
State | Handled Elsewhere |
Headers | show |
Series | mm: move core MM initialization to mm/mm_init.c | expand |
On 3/21/23 18:05, Mike Rapoport wrote: > From: "Mike Rapoport (IBM)" <rppt@kernel.org> > > and add mm/mm_init.c to memblock entry in MAINTAINERS > > Signed-off-by: Mike Rapoport (IBM) <rppt@kernel.org> > Reviewed-by: David Hildenbrand <david@redhat.com> Acked-by: Vlastimil Babka <vbabka@suse.cz> > --- > MAINTAINERS | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 7002a5d3eb62..b79463ea1049 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -13368,13 +13368,14 @@ F: arch/powerpc/include/asm/membarrier.h > F: include/uapi/linux/membarrier.h > F: kernel/sched/membarrier.c > > -MEMBLOCK > +MEMBLOCK AND MEMORY MANAGEMENT INITIALIZATION > M: Mike Rapoport <rppt@kernel.org> > L: linux-mm@kvack.org > S: Maintained > F: Documentation/core-api/boot-time-mm.rst > F: include/linux/memblock.h > F: mm/memblock.c > +F: mm/mm_init.c > F: tools/testing/memblock/ > > MEMORY CONTROLLER DRIVERS
diff --git a/MAINTAINERS b/MAINTAINERS index 7002a5d3eb62..b79463ea1049 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13368,13 +13368,14 @@ F: arch/powerpc/include/asm/membarrier.h F: include/uapi/linux/membarrier.h F: kernel/sched/membarrier.c -MEMBLOCK +MEMBLOCK AND MEMORY MANAGEMENT INITIALIZATION M: Mike Rapoport <rppt@kernel.org> L: linux-mm@kvack.org S: Maintained F: Documentation/core-api/boot-time-mm.rst F: include/linux/memblock.h F: mm/memblock.c +F: mm/mm_init.c F: tools/testing/memblock/ MEMORY CONTROLLER DRIVERS