From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753698AbcKARqQ (ORCPT ); Tue, 1 Nov 2016 13:46:16 -0400 Received: from mail-pf0-f178.google.com ([209.85.192.178]:36478 "EHLO mail-pf0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752640AbcKARqO (ORCPT ); Tue, 1 Nov 2016 13:46:14 -0400 Date: Tue, 1 Nov 2016 10:46:12 -0700 From: Kees Cook To: James Morris Cc: linux-kernel@vger.kernel.org, =?iso-8859-1?Q?Micka=EBl_Sala=FCn?= , Ricky Zhou , linux-security-module@vger.kernel.org Subject: [GIT PULL] seccomp fixes for v4.9-rc4 Message-ID: <20161101174612.GA72520@beast> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Please pull these seccomp fixes for v4.9-rc4. Thanks! -Kees The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v4.9-rc4 for you to fetch changes up to d881d25cf5bc2fafbbfb383a475278977e1bd55a: samples/seccomp: Support programs with >256 instructions (2016-11-01 08:58:17 -0700) ---------------------------------------------------------------- - fix function prototype documentation - fix samples to include NNP setting - fix samples to avoid rule truncation - fix samples hostprogs variable in Makefile ---------------------------------------------------------------- Mickaël Salaün (1): seccomp: Fix documentation Ricky Zhou (3): samples/seccomp: Fix hostprogs variable samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropper samples/seccomp: Support programs with >256 instructions kernel/seccomp.c | 7 +++---- samples/seccomp/Makefile | 4 ++-- samples/seccomp/bpf-helper.c | 38 +++++++++++++++++++------------------- samples/seccomp/dropper.c | 7 +++++-- 4 files changed, 29 insertions(+), 27 deletions(-) -- Kees Cook Nexus Security