aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/fault-injection
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@arista.com>2021-08-18 19:29:40 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-19 07:40:22 +0200
commitb2159182dd498fdb0f49e371ccc94efbc12d1f8e (patch)
treedb98189c0345b5fd4fb6381b1ac7bc576eae9b42 /Documentation/fault-injection
parentlkdtm: replace SCSI_DISPATCH_CMD with SCSI_QUEUE_RQ (diff)
downloadlinux-dev-b2159182dd498fdb0f49e371ccc94efbc12d1f8e.tar.xz
linux-dev-b2159182dd498fdb0f49e371ccc94efbc12d1f8e.zip
lkdtm: remove IDE_CORE_CP crashpoint
With the removal of the legacy IDE driver in kb7fb14d3ac63 ("ide: remove the legacy ide driver"), this crashpoint no longer points to a valid function. Acked-by: Kees Cook <keescook@chromium.org> Signed-off-by: Kevin Mitchell <kevmitch@arista.com> Link: https://lore.kernel.org/r/20210819022940.561875-3-kevmitch@arista.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/fault-injection')
-rw-r--r--Documentation/fault-injection/provoke-crashes.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/fault-injection/provoke-crashes.rst b/Documentation/fault-injection/provoke-crashes.rst
index 18de17354206..3abe84225613 100644
--- a/Documentation/fault-injection/provoke-crashes.rst
+++ b/Documentation/fault-injection/provoke-crashes.rst
@@ -29,8 +29,7 @@ recur_count
cpoint_name
Where in the kernel to trigger the action. It can be
one of INT_HARDWARE_ENTRY, INT_HW_IRQ_EN, INT_TASKLET_ENTRY,
- FS_DEVRW, MEM_SWAPOUT, TIMERADD, SCSI_QUEUE_RQ,
- IDE_CORE_CP, or DIRECT
+ FS_DEVRW, MEM_SWAPOUT, TIMERADD, SCSI_QUEUE_RQ, or DIRECT.
cpoint_type
Indicates the action to be taken on hitting the crash point.