Re: [PATCH] selftests: add seccomp suite

2015-06-18 Thread Kees Cook
On Wed, Jun 17, 2015 at 11:41 PM, Michael Ellerman wrote: > On Wed, 2015-06-17 at 11:12 -0700, Kees Cook wrote: >> On Wed, Jun 17, 2015 at 12:31 AM, Michael Ellerman >> wrote: >> > On Tue, 2015-06-16 at 10:54 -0700, Kees Cook wrote: >> >> This imports the existing seccomp test suite into the ker

Re: [PATCH] selftests: add seccomp suite

2015-06-17 Thread Michael Ellerman
On Wed, 2015-06-17 at 11:12 -0700, Kees Cook wrote: > On Wed, Jun 17, 2015 at 12:31 AM, Michael Ellerman > wrote: > > On Tue, 2015-06-16 at 10:54 -0700, Kees Cook wrote: > >> This imports the existing seccomp test suite into the kernel's selftests > >> tree. It contains extensive testing of secco

Re: [PATCH] selftests: add seccomp suite

2015-06-17 Thread Shuah Khan
On 06/17/2015 12:12 PM, Kees Cook wrote: > On Wed, Jun 17, 2015 at 12:31 AM, Michael Ellerman > wrote: >> On Tue, 2015-06-16 at 10:54 -0700, Kees Cook wrote: >>> This imports the existing seccomp test suite into the kernel's selftests >>> tree. It contains extensive testing of seccomp features an

Re: [PATCH] selftests: add seccomp suite

2015-06-17 Thread Kees Cook
On Wed, Jun 17, 2015 at 12:31 AM, Michael Ellerman wrote: > On Tue, 2015-06-16 at 10:54 -0700, 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

Re: [PATCH] selftests: add seccomp suite

2015-06-17 Thread Michael Ellerman
On Tue, 2015-06-16 at 10:54 -0700, 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 porte

Re: [PATCH] selftests: add seccomp suite

2015-06-16 Thread Michael Ellerman
On Tue, 2015-06-16 at 10:54 -0700, 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 porte

Re: [PATCH] selftests: add seccomp suite

2015-06-16 Thread Daniel Borkmann
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 arch

Re: [PATCH] selftests: add seccomp suite

2015-06-16 Thread Andy Lutomirski
On Tue, Jun 16, 2015 at 10:54 AM, 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 porte

[PATCH] selftests: add seccomp suite

2015-06-16 Thread Kees Cook
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.