This series add seccomp support to User-mode Linux (i386 and x86_64
subarchitectures) and fix ptrace issues. This apply on v4.4-rc4 and pass all
the 48 tests from selftest/seccomp.
Regards,
Mickaël
Mickaël Salaün (4):
um: Fix ptrace GETREGS/SETREGS bugs
selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOK
um: Add full asm/syscall.h support
um: Add seccomp support
.../seccomp/seccomp-filter/arch-support.txt | 2 +-
arch/um/Kconfig.common | 1 +
arch/um/Kconfig.um | 16 +++
arch/um/include/asm/syscall-generic.h | 138 +++++++++++++++++++++
arch/um/include/asm/thread_info.h | 2 +
arch/um/kernel/skas/syscall.c | 16 ++-
arch/um/os-Linux/skas/process.c | 7 --
arch/x86/um/asm/syscall.h | 1 +
tools/testing/selftests/seccomp/seccomp_bpf.c | 27 +++-
9 files changed, 198 insertions(+), 12 deletions(-)
create mode 100644 arch/um/include/asm/syscall-generic.h
--
2.6.4