From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754607AbcIHEdy (ORCPT ); Thu, 8 Sep 2016 00:33:54 -0400 Received: from userp1040.oracle.com ([156.151.31.81]:18338 "EHLO userp1040.oracle.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753161AbcIHEdq (ORCPT ); Thu, 8 Sep 2016 00:33:46 -0400 Subject: Re: [GIT PULL] seccomp fixes for v4.8-rc6 To: Kees Cook , Linus Torvalds References: <20160907162900.GA30378@www.outflux.net> Cc: linux-kernel@vger.kernel.org, =?UTF-8?Q?Micka=c3=abl_Sala=c3=bcn?= From: James Morris Message-ID: <68ceda06-ba1d-7f91-6416-791ed7832c4a@oracle.com> Date: Thu, 8 Sep 2016 14:31:04 +1000 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: <20160907162900.GA30378@www.outflux.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit 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 Actually I asked if you could send them to me... On 08/09/16 02:29, Kees Cook wrote: > Hi, > > Please pull these seccomp fixes for v4.8-rc6. These got accidentally > put in James's -next tree, but they're needed for v4.8. He asked me to > forward them directly to you. > > Thanks! > > -Kees > > The following changes since commit d060e0f603a4156087813d221d818bb39ec91429: > > Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma (2016-09-06 12:33:12 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git tags/seccomp-v4.8-rc6 > > for you to fetch changes up to 4fadd04d504a82f7f1fdeaddc144a9c396d1285e: > > seccomp: Remove 2-phase API documentation (2016-09-07 09:25:05 -0700) > > ---------------------------------------------------------------- > - Fix UM seccomp vs ptrace, after reordering landed. > > ---------------------------------------------------------------- > Mickaël Salaün (3): > um/ptrace: Fix the syscall_trace_leave call > um/ptrace: Fix the syscall number update after a ptrace > seccomp: Remove 2-phase API documentation > > arch/Kconfig | 11 ----------- > arch/um/kernel/skas/syscall.c | 10 +++------- > arch/x86/um/ptrace_32.c | 3 +++ > arch/x86/um/ptrace_64.c | 4 ++++ > 4 files changed, 10 insertions(+), 18 deletions(-) >