Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1478475
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] seccomp fixes for v4.8-rc6 |
| Date | 2016-09-07 18:30 +0200 |
| Message-ID | <seNTB-25W-55@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi,
Please pull these seccomp fixes for v4.8-rc6. These got accidentally
put in James's -next tree, but they're needed for v4.8. He asked me to
forward them directly to you.
Thanks!
-Kees
The following changes since commit d060e0f603a4156087813d221d818bb39ec91429:
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma (2016-09-06 12:33:12 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v4.8-rc6
for you to fetch changes up to 4fadd04d504a82f7f1fdeaddc144a9c396d1285e:
seccomp: Remove 2-phase API documentation (2016-09-07 09:25:05 -0700)
----------------------------------------------------------------
- Fix UM seccomp vs ptrace, after reordering landed.
----------------------------------------------------------------
Mickaël Salaün (3):
um/ptrace: Fix the syscall_trace_leave call
um/ptrace: Fix the syscall number update after a ptrace
seccomp: Remove 2-phase API documentation
arch/Kconfig | 11 -----------
arch/um/kernel/skas/syscall.c | 10 +++-------
arch/x86/um/ptrace_32.c | 3 +++
arch/x86/um/ptrace_64.c | 4 ++++
4 files changed, 10 insertions(+), 18 deletions(-)
--
Kees Cook
Nexus Security
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[GIT PULL] seccomp fixes for v4.8-rc6 Kees Cook <keescook@chromium.org> - 2016-09-07 18:30 +0200
Re: [GIT PULL] seccomp fixes for v4.8-rc6 James Morris <james.l.morris@oracle.com> - 2016-09-08 06:40 +0200
Re: [GIT PULL] seccomp fixes for v4.8-rc6 Kees Cook <keescook@chromium.org> - 2016-09-08 18:00 +0200
csiph-web