* [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes
@ 2025-12-20 0:03 Dan Williams
2025-12-21 9:26 ` David Hildenbrand (Red Hat)
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Dan Williams @ 2025-12-20 0:03 UTC (permalink / raw)
To: akpm
Cc: linux-mm, linux-cxl, David Hildenbrand, Oscar Salvador,
Davidlohr Bueso, Jonathan Cameron, Dave Jiang, Alison Schofield,
Vishal Verma, Ira Weiny, John Groves
The recent episode of a warning regression in memremap_pages() [1]
highlights that relevant updates are being missed by folks that care about
core ZONE_DEVICE changes. Yes, CXL folks should pay more attention to
linux-mm@, but it also would not hurt to copy linux-cxl@, where most Device
Memory folks hang out, on memory hotplug changes by default.
Link: http://lore.kernel.org/20251219123717.39330-1-john@groves.net [1]
Cc: David Hildenbrand <david@kernel.org>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: Davidlohr Bueso <dave@stgolabs.net>
Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
Cc: Dave Jiang <dave.jiang@intel.com>
Cc: Alison Schofield <alison.schofield@intel.com>
Cc: Vishal Verma <vishal.l.verma@intel.com>
Cc: Ira Weiny <ira.weiny@intel.com>
Cc: John Groves <John@Groves.net>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
---
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 5b11839cba9d..076322fe91de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -16426,6 +16426,7 @@ MEMORY HOT(UN)PLUG
M: David Hildenbrand <david@kernel.org>
M: Oscar Salvador <osalvador@suse.de>
L: linux-mm@kvack.org
+L: linux-cxl@vger.kernel.org
S: Maintained
F: Documentation/admin-guide/mm/memory-hotplug.rst
F: Documentation/core-api/memory-hotplug.rst
base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
--
2.51.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes
2025-12-20 0:03 [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes Dan Williams
@ 2025-12-21 9:26 ` David Hildenbrand (Red Hat)
2025-12-22 12:12 ` Jonathan Cameron
2025-12-22 13:36 ` John Groves
2 siblings, 0 replies; 4+ messages in thread
From: David Hildenbrand (Red Hat) @ 2025-12-21 9:26 UTC (permalink / raw)
To: Dan Williams, akpm
Cc: linux-mm, linux-cxl, Oscar Salvador, Davidlohr Bueso,
Jonathan Cameron, Dave Jiang, Alison Schofield, Vishal Verma,
Ira Weiny, John Groves
On 12/20/25 01:03, Dan Williams wrote:
> The recent episode of a warning regression in memremap_pages() [1]
> highlights that relevant updates are being missed by folks that care about
> core ZONE_DEVICE changes. Yes, CXL folks should pay more attention to
> linux-mm@, but it also would not hurt to copy linux-cxl@, where most Device
> Memory folks hang out, on memory hotplug changes by default.
In general, that patch set went upstream too quickly. Quickly as in:
more review should have been done. But here we are.
I reviewed that patch of that patch set but missed this change ...
Acked-by: David Hildenbrand (Red Hat) <david@kernel.org>
--
Cheers
David
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes
2025-12-20 0:03 [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes Dan Williams
2025-12-21 9:26 ` David Hildenbrand (Red Hat)
@ 2025-12-22 12:12 ` Jonathan Cameron
2025-12-22 13:36 ` John Groves
2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2025-12-22 12:12 UTC (permalink / raw)
To: Dan Williams
Cc: akpm, linux-mm, linux-cxl, David Hildenbrand, Oscar Salvador,
Davidlohr Bueso, Dave Jiang, Alison Schofield, Vishal Verma,
Ira Weiny, John Groves
On Fri, 19 Dec 2025 16:03:27 -0800
Dan Williams <dan.j.williams@intel.com> wrote:
> The recent episode of a warning regression in memremap_pages() [1]
> highlights that relevant updates are being missed by folks that care about
> core ZONE_DEVICE changes. Yes, CXL folks should pay more attention to
> linux-mm@, but it also would not hurt to copy linux-cxl@, where most Device
> Memory folks hang out, on memory hotplug changes by default.
>
> Link: http://lore.kernel.org/20251219123717.39330-1-john@groves.net [1]
> Cc: David Hildenbrand <david@kernel.org>
> Cc: Oscar Salvador <osalvador@suse.de>
> Cc: Davidlohr Bueso <dave@stgolabs.net>
> Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Cc: Alison Schofield <alison.schofield@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: John Groves <John@Groves.net>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Makes sense to me.
Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..076322fe91de 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16426,6 +16426,7 @@ MEMORY HOT(UN)PLUG
> M: David Hildenbrand <david@kernel.org>
> M: Oscar Salvador <osalvador@suse.de>
> L: linux-mm@kvack.org
> +L: linux-cxl@vger.kernel.org
> S: Maintained
> F: Documentation/admin-guide/mm/memory-hotplug.rst
> F: Documentation/core-api/memory-hotplug.rst
>
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes
2025-12-20 0:03 [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes Dan Williams
2025-12-21 9:26 ` David Hildenbrand (Red Hat)
2025-12-22 12:12 ` Jonathan Cameron
@ 2025-12-22 13:36 ` John Groves
2 siblings, 0 replies; 4+ messages in thread
From: John Groves @ 2025-12-22 13:36 UTC (permalink / raw)
To: Dan Williams
Cc: akpm, linux-mm, linux-cxl, David Hildenbrand, Oscar Salvador,
Davidlohr Bueso, Jonathan Cameron, Dave Jiang, Alison Schofield,
Vishal Verma, Ira Weiny
On 25/12/19 04:03PM, Dan Williams wrote:
> The recent episode of a warning regression in memremap_pages() [1]
> highlights that relevant updates are being missed by folks that care about
> core ZONE_DEVICE changes. Yes, CXL folks should pay more attention to
> linux-mm@, but it also would not hurt to copy linux-cxl@, where most Device
> Memory folks hang out, on memory hotplug changes by default.
>
> Link: http://lore.kernel.org/20251219123717.39330-1-john@groves.net [1]
> Cc: David Hildenbrand <david@kernel.org>
> Cc: Oscar Salvador <osalvador@suse.de>
> Cc: Davidlohr Bueso <dave@stgolabs.net>
> Cc: Jonathan Cameron <jonathan.cameron@huawei.com>
> Cc: Dave Jiang <dave.jiang@intel.com>
> Cc: Alison Schofield <alison.schofield@intel.com>
> Cc: Vishal Verma <vishal.l.verma@intel.com>
> Cc: Ira Weiny <ira.weiny@intel.com>
> Cc: John Groves <John@Groves.net>
> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
> ---
> MAINTAINERS | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b11839cba9d..076322fe91de 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -16426,6 +16426,7 @@ MEMORY HOT(UN)PLUG
> M: David Hildenbrand <david@kernel.org>
> M: Oscar Salvador <osalvador@suse.de>
> L: linux-mm@kvack.org
> +L: linux-cxl@vger.kernel.org
> S: Maintained
> F: Documentation/admin-guide/mm/memory-hotplug.rst
> F: Documentation/core-api/memory-hotplug.rst
>
> base-commit: 8f0b4cce4481fb22653697cced8d0d04027cb1e8
> --
> 2.51.1
>
Acked-by: John Groves <John@Groves.net>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-12-22 13:36 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-20 0:03 [PATCH] MAINTAINERS: Notify the "Device Memory" community of memory hotplug changes Dan Williams
2025-12-21 9:26 ` David Hildenbrand (Red Hat)
2025-12-22 12:12 ` Jonathan Cameron
2025-12-22 13:36 ` John Groves
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox