From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932362AbcH3XGQ (ORCPT ); Tue, 30 Aug 2016 19:06:16 -0400 Received: from aserp1040.oracle.com ([141.146.126.69]:48355 "EHLO aserp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757976AbcH3XGL (ORCPT ); Tue, 30 Aug 2016 19:06:11 -0400 Subject: Re: [GIT PULL] seccomp fix for v4.8-rc4 To: Kees Cook References: <20160823193402.GA16945@www.outflux.net> Cc: LKML , Kyle Huey , Oleg Nesterov , "Robert O'Callahan" From: James Morris Message-ID: <583b0db3-6163-67c7-6754-e7920bb101d9@oracle.com> Date: Tue, 30 Aug 2016 16:05:55 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Source-IP: aserv0022.oracle.com [141.146.126.234] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/08/16 15:28, Kees Cook wrote: > Hi James, > > Are you able to forward this up to Linus, or would it be better for me > to send this to him directly? > You can send it to him directly. Acked-by: James Morris > Thanks! > > -Kees > > > On Tue, Aug 23, 2016 at 3:34 PM, Kees Cook wrote: >> 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 > > >