summaryrefslogtreecommitdiff
path: root/drivers/misc
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@arista.com>2021-08-19 05:29:40 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-08-19 08:40:22 +0300
commitb2159182dd498fdb0f49e371ccc94efbc12d1f8e (patch)
treedb98189c0345b5fd4fb6381b1ac7bc576eae9b42 /drivers/misc
parentd1f278da6b11585f05b2755adfc8851cbf14a1ec (diff)
downloadlinux-b2159182dd498fdb0f49e371ccc94efbc12d1f8e.tar.xz
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 'drivers/misc')
-rw-r--r--drivers/misc/lkdtm/core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/lkdtm/core.c b/drivers/misc/lkdtm/core.c
index 579c3d84a29c..95b1c6800a22 100644
--- a/drivers/misc/lkdtm/core.c
+++ b/drivers/misc/lkdtm/core.c
@@ -82,7 +82,6 @@ static struct crashpoint crashpoints[] = {
CRASHPOINT("MEM_SWAPOUT", "shrink_inactive_list"),
CRASHPOINT("TIMERADD", "hrtimer_start"),
CRASHPOINT("SCSI_QUEUE_RQ", "scsi_queue_rq"),
- CRASHPOINT("IDE_CORE_CP", "generic_ide_ioctl"),
#endif
};