ip_tunnel: disable preemption when updating per-cpu tstats
[cascardo/linux.git] / kernel / ptrace.c
index 787320d..b760bae 100644 (file)
@@ -1016,6 +1016,11 @@ int ptrace_request(struct task_struct *child, long request,
                break;
        }
 #endif
+
+       case PTRACE_SECCOMP_GET_FILTER:
+               ret = seccomp_get_filter(child, addr, datavp);
+               break;
+
        default:
                break;
        }