Re: [PATCH] mm/hotplug: Enable runtime update of memmap_on_memory parameter

2023-07-24 Thread David Hildenbrand
On 24.07.23 19:31, Andrew Morton wrote: On Fri, 21 Jul 2023 18:49:50 +0530 "Aneesh Kumar K.V" wrote: Signed-off-by: Aneesh Kumar K.V --- This is dependent on patches posted at https://lore.kernel.org/linux-mm/20230718024409.95742-1-aneesh.ku...@linux.ibm.com/ It appears that the above-link

Re: [PATCH] mm/hotplug: Enable runtime update of memmap_on_memory parameter

2023-07-24 Thread Andrew Morton
On Fri, 21 Jul 2023 18:49:50 +0530 "Aneesh Kumar K.V" wrote: > Signed-off-by: Aneesh Kumar K.V > --- > This is dependent on patches posted at > https://lore.kernel.org/linux-mm/20230718024409.95742-1-aneesh.ku...@linux.ibm.com/ It appears that the above-linked series is to be updated, so would

[PATCH] mm/hotplug: Enable runtime update of memmap_on_memory parameter

2023-07-21 Thread Aneesh Kumar K.V
Signed-off-by: Aneesh Kumar K.V --- This is dependent on patches posted at https://lore.kernel.org/linux-mm/20230718024409.95742-1-aneesh.ku...@linux.ibm.com/ mm/memory_hotplug.c | 27 +++ 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/mm/memory_hotplug.c