Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/audit
[deliverable/linux.git] / kernel / auditsc.c
index 60a354eed2fa246a18c4c139de25e20e3291b32e..2672d105cffcdaf7703d9f655e7338dd0b102cc0 100644 (file)
@@ -2416,8 +2416,8 @@ void __audit_seccomp(unsigned long syscall, long signr, int code)
                return;
        audit_log_task(ab);
        audit_log_format(ab, " sig=%ld arch=%x syscall=%ld compat=%d ip=0x%lx code=0x%x",
-                        signr, syscall_get_arch(), syscall, is_compat_task(),
-                        KSTK_EIP(current), code);
+                        signr, syscall_get_arch(), syscall,
+                        in_compat_syscall(), KSTK_EIP(current), code);
        audit_log_end(ab);
 }
 
This page took 0.025912 seconds and 5 git commands to generate.