Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1295717

[PATCH v1 0/4] um: Add seccomp support

From Mickaël Salaün <mic@digikod.net>
Newsgroups linux.kernel
Subject [PATCH v1 0/4] um: Add seccomp support
Date 2015-12-21 01:10 +0100
Message-ID <qHWd4-7CW-9@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH v1 0/4] um: Add seccomp support Mickaël Salaün <mic@digikod.net> - 2015-12-21 01:10 +0100
  [PATCH v1 4/4] um: Add seccomp support Mickaël Salaün <mic@digikod.net> - 2015-12-21 01:20 +0100
  [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Mickaël Salaün <mic@digikod.net> - 2015-12-21 01:20 +0100
    Re: [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Richard Weinberger <richard@nod.at> - 2015-12-21 01:30 +0100
      Re: [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Richard Weinberger <richard@nod.at> - 2015-12-21 10:00 +0100
      Re: [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Richard Weinberger <richard@nod.at> - 2015-12-21 10:10 +0100
        Re: [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Mickaël Salaün <mic@digikod.net> - 2015-12-21 10:30 +0100
          Re: [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Richard Weinberger <richard@nod.at> - 2015-12-21 11:20 +0100
            Re: [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Mickaël Salaün <mic@digikod.net> - 2015-12-21 21:00 +0100
      Re: [PATCH v1 1/4] um: Fix ptrace GETREGS/SETREGS bugs Mickaël Salaün <mic@digikod.net> - 2015-12-21 10:20 +0100
  [PATCH v1 2/4] selftests/seccomp: Remove the need for HAVE_ARCH_TRACEHOOK Mickaël Salaün <mic@digikod.net> - 2015-12-21 01:30 +0100
  [PATCH v1 3/4] um: Add full asm/syscall.h support Mickaël Salaün <mic@digikod.net> - 2015-12-21 01:30 +0100

csiph-web