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


Groups > linux.kernel > #1674953 > unrolled thread

[GIT PULL] seccomp updates for next

Started byKees Cook <keescook@chromium.org>
First post2017-06-26 19:10 +0200
Last post2017-06-27 05:30 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [GIT PULL] seccomp updates for next Kees Cook <keescook@chromium.org> - 2017-06-26 19:10 +0200
    Re: [GIT PULL] seccomp updates for next James Morris <jmorris@namei.org> - 2017-06-27 05:30 +0200

#1674953 — [GIT PULL] seccomp updates for next

FromKees Cook <keescook@chromium.org>
Date2017-06-26 19:10 +0200
Subject[GIT PULL] seccomp updates for next
Message-ID<tWFGq-56V-19@gated-at.bofh.it>
Hi James,

Please pull these seccomp changes for next. These are all tiny changes,
but I got delayed sending them to you. I'd like have these land for v4.13;
I should have sent them for v4.12. :P

Thanks!

-Kees

The following changes since commit 08332893e37af6ae779367e78e444f8f9571511d:

  Linux 4.12-rc2 (2017-05-21 19:30:23 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-next

for you to fetch changes up to 0b5fa2290637a3235898d18dc0e7a136783f1bd2:

  seccomp: Switch from atomic_t to recount_t (2017-06-26 09:24:00 -0700)

----------------------------------------------------------------
- cleans up some coding style issues
- adjusts selftests to work correctly under Bionic
- switch from atomic_t to refcount_t for usage tracking

----------------------------------------------------------------
Kees Cook (3):
      seccomp: Clean up core dump logic
      seccomp: Adjust selftests to avoid double-join
      seccomp: Switch from atomic_t to recount_t

 kernel/seccomp.c                              | 16 ++++-----
 tools/testing/selftests/seccomp/seccomp_bpf.c | 51 ++++++++++++++++++---------
 2 files changed, 42 insertions(+), 25 deletions(-)

-- 
Kees Cook
Pixel Security

[toc] | [next] | [standalone]


#1675269

FromJames Morris <jmorris@namei.org>
Date2017-06-27 05:30 +0200
Message-ID<tWPmq-33y-15@gated-at.bofh.it>
In reply to#1674953
On Mon, 26 Jun 2017, Kees Cook wrote:

> Hi James,
> 
> Please pull these seccomp changes for next. These are all tiny changes,
> but I got delayed sending them to you. I'd like have these land for v4.13;
> I should have sent them for v4.12. :P

Pulled to -next, thanks.

-- 
James Morris
<jmorris@namei.org>

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web