Re: [PATCH v6 10/10] mm,memory_hotplug: Drop status_change_nid parameter from memory_notify
From: Oscar Salvador
Date: Tue Jun 10 2025 - 04:04:01 EST
On Tue, Jun 10, 2025 at 09:55:27AM +0200, David Hildenbrand wrote:
> > --- a/mm/page_ext.c
> > +++ b/mm/page_ext.c
> > @@ -369,25 +369,15 @@ static void __invalidate_page_ext(unsigned long pfn)
> > }
> > static int __meminit online_page_ext(unsigned long start_pfn,
> > - unsigned long nr_pages,
> > - int nid)
> > + unsigned long nr_pages)
> > {
> > unsigned long start, end, pfn;
> > int fail = 0;
> > + int nid = pfn_to_nid(start_pfn);
>
> Nit: Keep reverse xmas tree :)
Boh, I tend to, I guess this one slipped through the cracks :-(
> > @@ -436,7 +426,7 @@ static int __meminit page_ext_callback(struct notifier_block *self,
> > switch (action) {
> > case MEM_GOING_ONLINE:
> > ret = online_page_ext(mn->start_pfn,
> > - mn->nr_pages, mn->status_change_nid);
> > + mn->nr_pages);
> > break;
> > case MEM_OFFLINE:
> > offline_page_ext(mn->start_pfn,
>
> I would have moved the page_ext stuff into a separate patch, including
> documenting why that is fine (e.g., memmap initialized before GOING_ONLINE
> call).
I guess I misunderstood you during the previous feedback.
I mean, there is no hurry so I can do another respin and split page_ext
stuff from this one if you think that is worth and will add clarity.
> Acked-by: David Hildenbrand <david@xxxxxxxxxx>
thanks man!
--
Oscar Salvador
SUSE Labs