Re: [PATCH] selftests: memory-hotplug: add required configs

2018-09-05 Thread Shuah Khan
On 09/05/2018 03:57 AM, Lei Yang wrote: > add CONFIG_MEMORY_HOTREMOVE=y in config > without this config, /sys/devices/system/memory/memory*/removable > always return 0, I endup getting an early skip during test > > Signed-off-by: Lei Yang > --- > tools/testing/selftests/memory-hotplug/config | 1

[PATCH] selftests: memory-hotplug: add required configs

2018-09-05 Thread Lei Yang
add CONFIG_MEMORY_HOTREMOVE=y in config without this config, /sys/devices/system/memory/memory*/removable always return 0, I endup getting an early skip during test Signed-off-by: Lei Yang --- tools/testing/selftests/memory-hotplug/config | 1 + 1 file changed, 1 insertion(+) diff --git a/tools