From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754624AbcHWTe5 (ORCPT ); Tue, 23 Aug 2016 15:34:57 -0400 Received: from mail-pf0-f172.google.com ([209.85.192.172]:32894 "EHLO mail-pf0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751710AbcHWTez (ORCPT ); Tue, 23 Aug 2016 15:34:55 -0400 Date: Tue, 23 Aug 2016 12:34:03 -0700 From: Kees Cook To: James Morris Cc: linux-kernel@vger.kernel.org, Kees Cook , Kyle Huey , Oleg Nesterov , "Robert O'Callahan" Subject: [GIT PULL] seccomp fix for v4.8-rc4 Message-ID: <20160823193402.GA16945@www.outflux.net> 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 Hi, Please pull this seccomp fix for v4.8-rc4. Thanks! -Kees The following changes since commit ef0e1ea8856bed6ff8394d3dfe77f2cab487ecea: Merge tag 'arc-4.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc (2016-08-22 17:53:02 -0500) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v4.8-rc4 for you to fetch changes up to e72a2623bf56a94e1396940d73bf7af7b65e0ea5: seccomp: Fix tracer exit notifications during fatal signals (2016-08-23 12:23:38 -0700) ---------------------------------------------------------------- Fix fatal signal delivery after ptrace reordering ---------------------------------------------------------------- Kees Cook (1): seccomp: Fix tracer exit notifications during fatal signals kernel/seccomp.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) -- Kees Cook Nexus Security