From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757202AbbFPUyc (ORCPT ); Tue, 16 Jun 2015 16:54:32 -0400 Received: from www62.your-server.de ([213.133.104.62]:50253 "EHLO www62.your-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753814AbbFPUyY (ORCPT ); Tue, 16 Jun 2015 16:54:24 -0400 Message-ID: <55808CFB.1070705@iogearbox.net> Date: Tue, 16 Jun 2015 22:54:19 +0200 From: Daniel Borkmann User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Kees Cook , linux-kernel@vger.kernel.org CC: Shuah Khan , Andy Lutomirski , Will Drewry , Andrew Morton , Greg KH , Mauro Carvalho Chehab , "David S. Miller" , Arnd Bergmann , Joe Perches , Jingoo Han , linux-api@vger.kernel.org, ast@plumgrid.com Subject: Re: [PATCH] selftests: add seccomp suite References: <20150616175414.GA24958@www.outflux.net> In-Reply-To: <20150616175414.GA24958@www.outflux.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Authenticated-Sender: daniel@iogearbox.net Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/16/2015 07:54 PM, Kees Cook wrote: > This imports the existing seccomp test suite into the kernel's selftests > tree. It contains extensive testing of seccomp features and corner cases. > There remain additional tests to move into the kernel tree, but they have > not yet been ported to all the architectures seccomp supports: > https://github.com/redpig/seccomp/tree/master/tests > > Signed-off-by: Kees Cook Awesome, thanks a bunch, Kees! From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Borkmann Subject: Re: [PATCH] selftests: add seccomp suite Date: Tue, 16 Jun 2015 22:54:19 +0200 Message-ID: <55808CFB.1070705@iogearbox.net> References: <20150616175414.GA24958@www.outflux.net> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150616175414.GA24958-0X9Bc/hWBUTk6RaD4rd5nQ@public.gmane.org> Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Kees Cook , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Shuah Khan , Andy Lutomirski , Will Drewry , Andrew Morton , Greg KH , Mauro Carvalho Chehab , "David S. Miller" , Arnd Bergmann , Joe Perches , Jingoo Han , linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ast-uqk4Ao+rVK5Wk0Htik3J/w@public.gmane.org List-Id: linux-api@vger.kernel.org On 06/16/2015 07:54 PM, Kees Cook wrote: > This imports the existing seccomp test suite into the kernel's selftests > tree. It contains extensive testing of seccomp features and corner cases. > There remain additional tests to move into the kernel tree, but they have > not yet been ported to all the architectures seccomp supports: > https://github.com/redpig/seccomp/tree/master/tests > > Signed-off-by: Kees Cook Awesome, thanks a bunch, Kees!