From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753468AbbGOS4f (ORCPT ); Wed, 15 Jul 2015 14:56:35 -0400 Received: from smtp.outflux.net ([198.145.64.163]:48135 "EHLO smtp.outflux.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752084AbbGOS4e (ORCPT ); Wed, 15 Jul 2015 14:56:34 -0400 Date: Wed, 15 Jul 2015 11:56:24 -0700 From: Kees Cook To: James Morris Cc: linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org, Andy Lutomirski , Kees Cook , Oleg Nesterov , Pranith Kumar , Tycho Andersen Subject: [PULL] seccomp update (next) Message-ID: <20150715185624.GA22223@www.outflux.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-HELO: www.outflux.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please pull these seccomp changes for next. Thanks! -Kees The following changes since commit b3bddffd35a0b77eee89760eb94cafa18dc431f5: Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into next (2015-06-18 23:28:40 +1000) 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 221272f97ca528048a577a3ff23d7774286ca5fd: seccomp: swap hard-coded zeros to defined name (2015-07-15 11:52:54 -0700) ---------------------------------------------------------------- Various updates and cleanups for seccomp ---------------------------------------------------------------- Kees Cook (1): seccomp: swap hard-coded zeros to defined name Pranith Kumar (1): seccomp: Replace smp_read_barrier_depends() with lockless_dereference() Tycho Andersen (1): seccomp: add ptrace options for suspend/resume include/linux/ptrace.h | 1 + include/linux/seccomp.h | 2 +- include/uapi/linux/ptrace.h | 6 ++++-- kernel/ptrace.c | 13 +++++++++++++ kernel/seccomp.c | 17 ++++++++++++----- 5 files changed, 31 insertions(+), 8 deletions(-) -- Kees Cook Chrome OS Security