aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/seccomp.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/seccomp.c')
-rw-r--r--kernel/seccomp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/seccomp.c b/kernel/seccomp.c
index 811b4a86cdf6..dba52a7db5e8 100644
--- a/kernel/seccomp.c
+++ b/kernel/seccomp.c
@@ -609,7 +609,7 @@ static void seccomp_send_sigsys(int syscall, int reason)
609{ 609{
610 struct kernel_siginfo info; 610 struct kernel_siginfo info;
611 seccomp_init_siginfo(&info, syscall, reason); 611 seccomp_init_siginfo(&info, syscall, reason);
612 force_sig_info(SIGSYS, &info, current); 612 force_sig_info(&info);
613} 613}
614#endif /* CONFIG_SECCOMP_FILTER */ 614#endif /* CONFIG_SECCOMP_FILTER */
615 615