Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754455AbbB0H2a (ORCPT ); Fri, 27 Feb 2015 02:28:30 -0500 Received: from mail-by2on0148.outbound.protection.outlook.com ([207.46.100.148]:53406 "EHLO na01-by2-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1750804AbbB0H23 (ORCPT ); Fri, 27 Feb 2015 02:28:29 -0500 Message-ID: <54F01C85.2020602@freescale.com> Date: Fri, 27 Feb 2015 09:28:05 +0200 From: Purcareata Bogdan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Bogdan Purcareata , , , , CC: , , Subject: Re: [PATCH v4 0/3] powerpc: Enable seccomp filter support References: <1424247413-20753-1-git-send-email-bogdan.purcareata@freescale.com> In-Reply-To: <1424247413-20753-1-git-send-email-bogdan.purcareata@freescale.com> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-Originating-IP: [192.88.166.1] X-ClientProxiedBy: AM3PR01CA055.eurprd01.prod.exchangelabs.com (10.141.191.45) To BN1PR03MB187.namprd03.prod.outlook.com (10.255.200.149) Authentication-Results: linux.vnet.ibm.com; dkim=none (message not signed) header.d=none; X-Microsoft-Antispam: UriScan:; X-Microsoft-Antispam: BCL:0;PCL:0;RULEID:;SRVR:BN1PR03MB187; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(601004)(5005006);SRVR:BN1PR03MB187; X-Forefront-PRVS: 05009853EF X-Forefront-Antispam-Report: SFV:NSPM;SFS:(10019020)(6049001)(6009001)(24454002)(51704005)(46102003)(47776003)(54356999)(122386002)(76176999)(65806001)(42186005)(36756003)(50986999)(86362001)(65956001)(66066001)(83506001)(87266999)(15975445007)(92566002)(2950100001)(50466002)(2201001)(87976001)(19580395003)(80316001)(77156002)(77096005)(33656002)(59896002)(2101003)(42262002);DIR:OUT;SFP:1102;SCL:1;SRVR:BN1PR03MB187;H:[10.171.74.27];FPR:;SPF:None;MLV:sfv;LANG:en; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:;SRVR:BN1PR03MB187; X-OriginatorOrg: freescale.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 27 Feb 2015 07:28:24.1739 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN1PR03MB187 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1402 Lines: 38 Ping? 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/