The patch titled Subject: MAINTAINERS: add MEMORY HOT(UN)PLUG section and add David as reviewer has been added to the -mm mm-hotfixes-unstable branch. Its filename is maintainers-add-memory-hotunplug-section-and-add-myself-as-reviewer.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/maintainers-add-memory-hotunplug-section-and-add-myself-as-reviewer.patch This patch will later appear in the mm-hotfixes-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: David Hildenbrand <david@xxxxxxxxxx> Subject: MAINTAINERS: add MEMORY HOT(UN)PLUG section and add David as reviewer Date: Fri, 10 Jun 2022 12:12:58 +0200 There are certainly a lot more files that partially fall into the memory hot(un)plug category, including parts of mm/sparse.c, mm/page_isolation.c and mm/page_alloc.c. Let's only add what's almost completely memory hot(un)plug related. Add myself as reviewer so it's easier for contributors to figure out whom to CC. Link: https://lkml.kernel.org/r/20220610101258.75738-1-david@xxxxxxxxxx Signed-off-by: David Hildenbrand <david@xxxxxxxxxx> Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- MAINTAINERS | 12 ++++++++++++ 1 file changed, 12 insertions(+) --- a/MAINTAINERS~maintainers-add-memory-hotunplug-section-and-add-myself-as-reviewer +++ a/MAINTAINERS @@ -12849,6 +12849,18 @@ F: include/linux/vmalloc.h F: mm/ F: tools/testing/selftests/vm/ +MEMORY HOT(UN)PLUG +M: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> +R: David Hildenbrand <david@xxxxxxxxxx> +L: linux-mm@xxxxxxxxx +S: Maintained +F: Documentation/admin-guide/mm/memory-hotplug.rst +F: Documentation/core-api/memory-hotplug.rst +F: drivers/base/memory.c +F: include/linux/memory_hotplug.h +F: mm/memory_hotplug.c +F: tools/testing/selftests/memory-hotplug/ + MEMORY TECHNOLOGY DEVICES (MTD) M: Miquel Raynal <miquel.raynal@xxxxxxxxxxx> M: Richard Weinberger <richard@xxxxxx> _ Patches currently in -mm which might be from david@xxxxxxxxxx are maintainers-add-memory-hotunplug-section-and-add-myself-as-reviewer.patch