kernel: refresh 3.18 patches
[openwrt/staging/rmilecki.git] / target / linux / generic / patches-3.18 / 999-seccomp_log.patch
index 1f90b32e93f44be3c435dff2a636c1a67362327e..1db6b18d4e3b235f98a823aac893102f43149f90 100644 (file)
@@ -1,6 +1,6 @@
 --- a/kernel/seccomp.c
 +++ b/kernel/seccomp.c
-@@ -614,6 +614,7 @@
+@@ -614,6 +614,7 @@ int __secure_computing(void)
  #ifdef CONFIG_SECCOMP_FILTER
  static u32 __seccomp_phase1_filter(int this_syscall, struct seccomp_data *sd)
  {
@@ -8,7 +8,7 @@
        u32 filter_ret, action;
        int data;
  
-@@ -644,6 +645,13 @@
+@@ -644,6 +645,13 @@ static u32 __seccomp_phase1_filter(int t
        case SECCOMP_RET_TRACE:
                return filter_ret;  /* Save the rest for phase 2. */