Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh...
[linux-2.6-block.git] / drivers / misc / lkdtm / bugs.c
index 3741b783fe44259a052e7c2fce3e073f61d8ac23..1606658b9b7e35ce307c25d3dcf770ef3620f6d8 100644 (file)
@@ -236,7 +236,7 @@ void lkdtm_CORRUPT_USER_DS(void)
        set_fs(KERNEL_DS);
 
        /* Make sure we do not keep running with a KERNEL_DS! */
-       force_sig(SIGKILL, current);
+       force_sig(SIGKILL);
 }
 
 /* Test that VMAP_STACK is actually allocating with a leading guard page */