diff options
Diffstat (limited to 'drivers/misc/lkdtm/bugs.c')
-rw-r--r-- | drivers/misc/lkdtm/bugs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/lkdtm/bugs.c b/drivers/misc/lkdtm/bugs.c index 17f839dee976..d9fcfd3b5af0 100644 --- a/drivers/misc/lkdtm/bugs.c +++ b/drivers/misc/lkdtm/bugs.c | |||
@@ -236,7 +236,7 @@ void lkdtm_CORRUPT_USER_DS(void) | |||
236 | set_fs(KERNEL_DS); | 236 | set_fs(KERNEL_DS); |
237 | 237 | ||
238 | /* Make sure we do not keep running with a KERNEL_DS! */ | 238 | /* Make sure we do not keep running with a KERNEL_DS! */ |
239 | force_sig(SIGKILL, current); | 239 | force_sig(SIGKILL); |
240 | } | 240 | } |
241 | 241 | ||
242 | /* Test that VMAP_STACK is actually allocating with a leading guard page */ | 242 | /* Test that VMAP_STACK is actually allocating with a leading guard page */ |