Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751490AbdFZRCR (ORCPT ); Mon, 26 Jun 2017 13:02:17 -0400 Received: from mail-pf0-f175.google.com ([209.85.192.175]:34917 "EHLO mail-pf0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751449AbdFZRCJ (ORCPT ); Mon, 26 Jun 2017 13:02:09 -0400 Date: Mon, 26 Jun 2017 10:02:05 -0700 From: Kees Cook To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [GIT PULL] seccomp updates for next Message-ID: <20170626170205.GA108402@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1265 Lines: 40 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