tools: selftests - create a separate hotplug target for full range test
authorShuah Khan <shuah.kh@samsung.com>
Wed, 2 Jul 2014 15:51:38 +0000 (09:51 -0600)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 Jul 2014 01:13:06 +0000 (18:13 -0700)
commitddddda9bc41c9214731def8665ad92414356d685
tree59f328999b30f14b4f881fd02d3314c052041a46
parent6e7e6c348492cb7e0a8a36a9d74d098de6f93208
tools: selftests - create a separate hotplug target for full range test

On some systems, hot-plug tests could hang forever waiting for cpu and
memory to be ready to be offlined. A special hot-plug target is created
to run full range of hot-plug tests. In default mode, hot-plug tests run
in safe mode with a limited scope. In limited mode, cpu-hotplug test is
run on a single cpu as opposed to all hotplug capable cpus, and memory
hotplug test is run on 2% of hotplug capable memory instead of 10%. In
addition to the above change, cpu-hotplug is chnged to change processor
affinity to cpu 0 so it doesn't impact itself while the test runs.

Signed-off-by: Shuah Khan <shuah.kh@samsung.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Michael Ellerman <michael@ellerman.id.au>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
tools/testing/selftests/Makefile
tools/testing/selftests/README.txt
tools/testing/selftests/cpu-hotplug/Makefile
tools/testing/selftests/cpu-hotplug/on-off-test.sh
tools/testing/selftests/memory-hotplug/Makefile
tools/testing/selftests/memory-hotplug/on-off-test.sh
This page took 0.037668 seconds and 5 git commands to generate.