MIPS: add seccomp syscall
authorKees Cook <keescook@chromium.org>
Tue, 18 Nov 2014 01:51:27 +0000 (17:51 -0800)
committerRaghu Gandham <raghu.gandham@imgtec.com>
Tue, 2 Dec 2014 00:57:29 +0000 (16:57 -0800)
commit7cebf88014c9a1d5b9b679ce3f563422fdc3404f
treed410b1798d7eafe28e3b0d7feb819c660f05748c
parent8a66daad410c49f3524992b14ffa8e08e1c9ee0e
MIPS: add seccomp syscall

Wires up the new seccomp syscall.

Signed-off-by: Kees Cook <keescook@chromium.org>
Reviewed-by: Oleg Nesterov <oleg@redhat.com>
Conflicts:
arch/mips/include/uapi/asm/unistd.h
arch/mips/kernel/scall32-o32.S
arch/mips/kernel/scall64-64.S
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-o32.S

Change-Id: I7031bdbec7c90292aeb7e255c73cb36e6ec43af2
arch/mips/include/uapi/asm/unistd.h
arch/mips/kernel/scall32-o32.S
arch/mips/kernel/scall64-64.S
arch/mips/kernel/scall64-n32.S
arch/mips/kernel/scall64-o32.S