Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754892AbbB0Uzp (ORCPT ); Fri, 27 Feb 2015 15:55:45 -0500 Received: from gate.crashing.org ([63.228.1.57]:56554 "EHLO gate.crashing.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751693AbbB0Uzo (ORCPT ); Fri, 27 Feb 2015 15:55:44 -0500 Message-ID: <1425070490.4645.86.camel@kernel.crashing.org> Subject: Re: [PATCH v4 0/3] powerpc: Enable seccomp filter support From: Benjamin Herrenschmidt To: Purcareata Bogdan Cc: Bogdan Purcareata , paulus@samba.org, linuxppc-dev@lists.ozlabs.org, mpe@ellerman.id.au, linux-kernel@vger.kernel.org, pmoore@redhat.com, strosake@linux.vnet.ibm.com Date: Sat, 28 Feb 2015 07:54:50 +1100 In-Reply-To: <54F01C85.2020602@freescale.com> References: <1424247413-20753-1-git-send-email-bogdan.purcareata@freescale.com> <54F01C85.2020602@freescale.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.10-0ubuntu1~14.10.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1558 Lines: 45 On Fri, 2015-02-27 at 09:28 +0200, Purcareata Bogdan wrote: > Ping? What is the ping for ? Ben. > On 18.02.2015 10:16, Bogdan Purcareata wrote: > > Add the missing pieces in order to enable SECCOMP_FILTER on PowerPC > > architectures, and enable this support. > > > > Testing has been pursued using libseccomp with the latest ppc support patches > > [1][2], on Freescale platforms for both ppc and ppc64. Support on ppc64le has > > also been tested, courtesy of Mike Strosaker. > > > > [1] https://groups.google.com/forum/#!topic/libseccomp/oz42LfMDsxg > > [2] https://groups.google.com/forum/#!topic/libseccomp/TQWfCt_nD7c > > > > v4: > > - rebased on top of 3.19 > > > > v3: > > - keep setting ENOSYS in syscall entry assembly when syscall tracing is disabled > > > > v2: > > - move setting ENOSYS from syscall entry assembly to do_syscall_trace_enter > > > > Bogdan Purcareata (3): > > powerpc: Don't force ENOSYS as error on syscall fail > > powerpc: Relax secure computing on syscall entry trace > > powerpc: Enable HAVE_ARCH_SECCOMP_FILTER > > > > arch/powerpc/Kconfig | 1 + > > arch/powerpc/kernel/entry_32.S | 7 ++++++- > > arch/powerpc/kernel/entry_64.S | 5 +++-- > > arch/powerpc/kernel/ptrace.c | 8 ++++++-- > > 4 files changed, 16 insertions(+), 5 deletions(-) > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/