On Thu, Mar 13, 2014 at 10:17:01AM +0000, AKASHI Takahiro wrote:
Those values (__NR_seccomp_*) are used solely in secure_computing() to identify mode 1 system calls. If compat system calls have different syscall numbers, asm/seccomp.h may override them.
Signed-off-by: AKASHI Takahiro takahiro.akashi@linaro.org
include/asm-generic/seccomp.h | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 include/asm-generic/seccomp.h
I think you need an Ack from Arnd on this patch. The other patches in this series look ok but they depend on the ftrace patches, so we'll have to sort those out first.