Re: [PATCH v7 09/11] mm,mempolicy: Use node-notifier instead of memory-notifier
From: Gregory Price
Date: Mon Jun 16 2025 - 20:14:31 EST
On Mon, Jun 16, 2025 at 03:51:52PM +0200, Oscar Salvador wrote:
> mempolicy is only concerned when a numa node changes its memory state,
> because it needs to take this node into account for the auto-weighted
> memory policy system.
> So stop using the memory notifier and use the new numa node notifer
> instead.
>
> Signed-off-by: Oscar Salvador <osalvador@xxxxxxx>
> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>
> Reviewed-by: Harry Yoo <harry.yoo@xxxxxxxxxx>
> Reviewed-by: Vlastimil Babka <vbabka@xxxxxxx>
> Reviewed-by: Rakie Kim <rakie.kim@xxxxxx>
> Acked-by: David Hildenbrand <david@xxxxxxxxxx>
Sorry for the late chime-in, thank you for doing this clean up, this all
looks awesome.
Reviewed-by: Gregory Price <gourry@xxxxxxxxxx>