* [PATCH] MAINTAINERS: move memremap.[ch] to hotplug section
@ 2025-07-22 17:22 Lorenzo Stoakes
2025-07-22 17:25 ` Lorenzo Stoakes
2025-07-22 19:52 ` David Hildenbrand
0 siblings, 2 replies; 3+ messages in thread
From: Lorenzo Stoakes @ 2025-07-22 17:22 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mm, linux-kernel, David Hildenbrand, Oscar Salvador
This seems to be the most appropriate place for these files.
Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
MAINTAINERS | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 837bc5cd6166..68b8407926a6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15729,6 +15729,8 @@ 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: include/linux/memremap.h
+F: mm/memremap.c
F: mm/memory_hotplug.c
F: tools/testing/selftests/memory-hotplug/
@@ -15747,7 +15749,6 @@ F: include/linux/memory_hotplug.h
F: include/linux/memory-tiers.h
F: include/linux/mempolicy.h
F: include/linux/mempool.h
-F: include/linux/memremap.h
F: include/linux/mmzone.h
F: include/linux/mmu_notifier.h
F: include/linux/pagewalk.h
--
2.50.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: move memremap.[ch] to hotplug section
2025-07-22 17:22 [PATCH] MAINTAINERS: move memremap.[ch] to hotplug section Lorenzo Stoakes
@ 2025-07-22 17:25 ` Lorenzo Stoakes
2025-07-22 19:52 ` David Hildenbrand
1 sibling, 0 replies; 3+ messages in thread
From: Lorenzo Stoakes @ 2025-07-22 17:25 UTC (permalink / raw)
To: Andrew Morton
Cc: linux-mm, linux-kernel, David Hildenbrand, Oscar Salvador,
Alistair Popple
+cc Alistair
So sorry Alistair, I had noted you were interested in reviewing this, but
then like an idiot missed that note and sent with just the file changes :P
I'm sure people would be happy to ack this change if you send as a follow
up! Or could fix-patch? Let me know if you want this.
Cheers, Lorenzo
On Tue, Jul 22, 2025 at 06:22:58PM +0100, Lorenzo Stoakes wrote:
> This seems to be the most appropriate place for these files.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 837bc5cd6166..68b8407926a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15729,6 +15729,8 @@ 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: include/linux/memremap.h
> +F: mm/memremap.c
> F: mm/memory_hotplug.c
> F: tools/testing/selftests/memory-hotplug/
>
> @@ -15747,7 +15749,6 @@ F: include/linux/memory_hotplug.h
> F: include/linux/memory-tiers.h
> F: include/linux/mempolicy.h
> F: include/linux/mempool.h
> -F: include/linux/memremap.h
> F: include/linux/mmzone.h
> F: include/linux/mmu_notifier.h
> F: include/linux/pagewalk.h
> --
> 2.50.1
>
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] MAINTAINERS: move memremap.[ch] to hotplug section
2025-07-22 17:22 [PATCH] MAINTAINERS: move memremap.[ch] to hotplug section Lorenzo Stoakes
2025-07-22 17:25 ` Lorenzo Stoakes
@ 2025-07-22 19:52 ` David Hildenbrand
1 sibling, 0 replies; 3+ messages in thread
From: David Hildenbrand @ 2025-07-22 19:52 UTC (permalink / raw)
To: Lorenzo Stoakes, Andrew Morton; +Cc: linux-mm, linux-kernel, Oscar Salvador
On 22.07.25 19:22, Lorenzo Stoakes wrote:
> This seems to be the most appropriate place for these files.
>
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
> ---
> MAINTAINERS | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 837bc5cd6166..68b8407926a6 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15729,6 +15729,8 @@ 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: include/linux/memremap.h
> +F: mm/memremap.c
> F: mm/memory_hotplug.c
> F: tools/testing/selftests/memory-hotplug/
>
> @@ -15747,7 +15749,6 @@ F: include/linux/memory_hotplug.h
> F: include/linux/memory-tiers.h> F: include/linux/mempolicy.h
> F: include/linux/mempool.h
> -F: include/linux/memremap.h
> F: include/linux/mmzone.h
> F: include/linux/mmu_notifier.h
> F: include/linux/pagewalk.h
As discussed, alternatively some ZONE_DEVICE stuff.
But memory hotplug is fine with me as well
Acked-by: David Hildenbrand <david@redhat.com>
--
Cheers,
David / dhildenb
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-07-22 19:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-22 17:22 [PATCH] MAINTAINERS: move memremap.[ch] to hotplug section Lorenzo Stoakes
2025-07-22 17:25 ` Lorenzo Stoakes
2025-07-22 19:52 ` David Hildenbrand
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).