Re: [PATCH v3 5/5] mm,memory_hotplug: Allow userspace to enable/disable vmemmap

2019-08-01 Thread David Hildenbrand
On 25.07.19 18:02, Oscar Salvador wrote: > It seems that we have some users out there that want to expose all > hotpluggable memory to userspace, so this implements a toggling mechanism > for those users who want to disable it. > > By default, vmemmap pages mechanism is enabled. > > Signed-off-by

[PATCH v3 5/5] mm,memory_hotplug: Allow userspace to enable/disable vmemmap

2019-07-25 Thread Oscar Salvador
It seems that we have some users out there that want to expose all hotpluggable memory to userspace, so this implements a toggling mechanism for those users who want to disable it. By default, vmemmap pages mechanism is enabled. Signed-off-by: Oscar Salvador --- drivers/base/memory.c |