MIPS: add seccomp syscall
authorKees Cook <keescook@chromium.org>
Tue, 10 Jun 2014 22:45:09 +0000 (15:45 -0700)
committerJP Abgrall <jpa@google.com>
Thu, 28 Aug 2014 01:52:49 +0000 (01:52 +0000)
commit2c6d7de579c2cfebbc9378e5209c641a93839f0a
tree1330fb94cee2ae53e9ece2c251cb2c590eea82d9
parent83f1ccba87b06575966b65352db565c363af7bcf
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