• S
    tools: selftests - create a separate hotplug target for full range test · ddddda9b
    Shuah Khan 提交于
    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: NShuah 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: NAndrew Morton <akpm@linux-foundation.org>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
    ddddda9b
on-off-test.sh 5.1 KB