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!