diff options
author | Linus Torvalds | 2022-10-12 14:59:13 -0700 |
---|---|---|
committer | Linus Torvalds | 2022-10-12 14:59:13 -0700 |
commit | 661e00960f072a63bb956836e65f2ce3a1ca8793 (patch) | |
tree | 5495d2d7c27e9ce47e7493f310755b42a177e966 /Documentation | |
parent | d3cf40513330752238ae585fdb0e46ec6baa588b (diff) | |
parent | 6a24247132db8122600dc5523e3a62fa8fd28367 (diff) |
Merge tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest
Pull more Kselftest updates from Shuah Khan:
"This consists of fixes and improvements to memory-hotplug test and a
minor spelling fix to ftrace test"
* tag 'linux-kselftest-next-6.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:
docs: notifier-error-inject: Correct test's name
selftests/memory-hotplug: Adjust log info for maintainability
selftests/memory-hotplug: Restore memory before exit
selftests/memory-hotplug: Add checking after online or offline
selftests/ftrace: func_event_triggers: fix typo in user message
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/fault-injection/notifier-error-inject.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/fault-injection/notifier-error-inject.rst b/Documentation/fault-injection/notifier-error-inject.rst index 1668b6e48d3a..fdf2dc433ead 100644 --- a/Documentation/fault-injection/notifier-error-inject.rst +++ b/Documentation/fault-injection/notifier-error-inject.rst @@ -91,8 +91,8 @@ For more usage examples There are tools/testing/selftests using the notifier error injection features for CPU and memory notifiers. - * tools/testing/selftests/cpu-hotplug/on-off-test.sh - * tools/testing/selftests/memory-hotplug/on-off-test.sh + * tools/testing/selftests/cpu-hotplug/cpu-on-off-test.sh + * tools/testing/selftests/memory-hotplug/mem-on-off-test.sh These scripts first do simple online and offline tests and then do fault injection tests if notifier error injection module is available. |