aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2022-10-12 14:59:13 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2022-10-12 14:59:13 -0700
commit661e00960f072a63bb956836e65f2ce3a1ca8793 (patch)
tree5495d2d7c27e9ce47e7493f310755b42a177e966 /Documentation
parentMerge tag 'vfio-v6.1-rc1' of https://github.com/awilliam/linux-vfio (diff)
parentdocs: notifier-error-inject: Correct test's name (diff)
downloadlinux-dev-661e00960f072a63bb956836e65f2ce3a1ca8793.tar.xz
linux-dev-661e00960f072a63bb956836e65f2ce3a1ca8793.zip
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.rst4
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.