]> rtime.felk.cvut.cz Git - sojka/nv-tegra/linux-3.10.git/commit
seccomp: revert previous patches in prep for updated ones
authorJP Abgrall <jpa@google.com>
Wed, 17 Sep 2014 22:01:45 +0000 (15:01 -0700)
committerJP Abgrall <jpa@google.com>
Wed, 17 Sep 2014 23:56:33 +0000 (16:56 -0700)
commit4149e0de6d206ef915e299d4736fc5044486adff
tree8ca871cbb90da7e25102ba5bbdd8a5b65140da09
parent8fdfc481c880ccf3e7d499c5d7313d96c500531b
seccomp: revert previous patches in prep for updated ones

This reverts the seccomp related patches committed around 2014-08-27.
This allows for a cleaner cherry-pick of newly landed upstream patches.

 f56b1aa arm: fixup NR_syscalls to accommodate the new seccomp syscall
 81ff7fa seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
 d924727 seccomp: allow mode setting across threads
 743266a seccomp: introduce writer locking
 3497a88 seccomp: split filter prep from check and apply
 2c6d7de MIPS: add seccomp syscall
 83f1ccba ARM: add seccomp syscall
 a75a29b seccomp: add "seccomp" syscall
 1a63bce seccomp: split mode setting routines
 c208e4e seccomp: extract check/assign mode helpers
 6862b01 seccomp: create internal mode-setting function
 1ba2ccb MAINTAINERS: create seccomp entry
 c2da3eb seccomp: fix memory leak on filter attach
 945a225 ARM: 7888/1: seccomp: not compatible with ARM OABI

Change-Id: I3f129263d68a7b3c206d79f84f7f9908d13064f6
Signed-off-by: JP Abgrall <jpa@google.com>
21 files changed:
MAINTAINERS
arch/Kconfig
arch/arm/Kconfig
arch/arm/include/asm/unistd.h
arch/arm/include/uapi/asm/unistd.h
arch/arm/kernel/calls.S
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
arch/x86/syscalls/syscall_32.tbl
arch/x86/syscalls/syscall_64.tbl
fs/exec.c
include/linux/seccomp.h
include/linux/syscalls.h
include/uapi/asm-generic/unistd.h
include/uapi/linux/seccomp.h
kernel/fork.c
kernel/seccomp.c
kernel/sys_ni.c