Re: [PATCH 2/7] test: add firmware_class loader test

2014-09-18 Thread Kees Cook
On Wed, Sep 17, 2014 at 6:51 PM, Sasha Levin wrote: > On 07/14/2014 05:38 PM, Kees Cook wrote: >> This provides a simple interface to trigger the firmware_class loader >> to test built-in, filesystem, and user helper modes. Additionally adds >> tests via the new interface to the selftests tree.

Re: [PATCH 2/7] test: add firmware_class loader test

2014-09-18 Thread Kees Cook
On Wed, Sep 17, 2014 at 6:51 PM, Sasha Levin sasha.le...@oracle.com wrote: On 07/14/2014 05:38 PM, Kees Cook wrote: This provides a simple interface to trigger the firmware_class loader to test built-in, filesystem, and user helper modes. Additionally adds tests via the new interface to the

Re: [PATCH 2/7] test: add firmware_class loader test

2014-09-17 Thread Sasha Levin
On 07/14/2014 05:38 PM, Kees Cook wrote: > This provides a simple interface to trigger the firmware_class loader > to test built-in, filesystem, and user helper modes. Additionally adds > tests via the new interface to the selftests tree. > > Signed-off-by: Kees Cook Hi folks, While fuzzing

Re: [PATCH 2/7] test: add firmware_class loader test

2014-09-17 Thread Sasha Levin
On 07/14/2014 05:38 PM, Kees Cook wrote: This provides a simple interface to trigger the firmware_class loader to test built-in, filesystem, and user helper modes. Additionally adds tests via the new interface to the selftests tree. Signed-off-by: Kees Cook keesc...@chromium.org Hi folks,

Re: [PATCH 2/7] test: add firmware_class loader test

2014-07-18 Thread Kees Cook
On Thu, Jul 17, 2014 at 6:47 PM, Greg Kroah-Hartman wrote: > On Mon, Jul 14, 2014 at 02:38:12PM -0700, Kees Cook wrote: >> This provides a simple interface to trigger the firmware_class loader >> to test built-in, filesystem, and user helper modes. Additionally adds >> tests via the new interface

Re: [PATCH 2/7] test: add firmware_class loader test

2014-07-18 Thread Kees Cook
On Thu, Jul 17, 2014 at 6:47 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Mon, Jul 14, 2014 at 02:38:12PM -0700, Kees Cook wrote: This provides a simple interface to trigger the firmware_class loader to test built-in, filesystem, and user helper modes. Additionally adds tests

Re: [PATCH 2/7] test: add firmware_class loader test

2014-07-17 Thread Greg Kroah-Hartman
On Mon, Jul 14, 2014 at 02:38:12PM -0700, Kees Cook wrote: > This provides a simple interface to trigger the firmware_class loader > to test built-in, filesystem, and user helper modes. Additionally adds > tests via the new interface to the selftests tree. > > Signed-off-by: Kees Cook > --- >

Re: [PATCH 2/7] test: add firmware_class loader test

2014-07-17 Thread Greg Kroah-Hartman
On Mon, Jul 14, 2014 at 02:38:12PM -0700, Kees Cook wrote: This provides a simple interface to trigger the firmware_class loader to test built-in, filesystem, and user helper modes. Additionally adds tests via the new interface to the selftests tree. Signed-off-by: Kees Cook

[PATCH 2/7] test: add firmware_class loader test

2014-07-14 Thread Kees Cook
This provides a simple interface to trigger the firmware_class loader to test built-in, filesystem, and user helper modes. Additionally adds tests via the new interface to the selftests tree. Signed-off-by: Kees Cook --- lib/Kconfig.debug | 13 +++ lib/Makefile

[PATCH 2/7] test: add firmware_class loader test

2014-07-14 Thread Kees Cook
This provides a simple interface to trigger the firmware_class loader to test built-in, filesystem, and user helper modes. Additionally adds tests via the new interface to the selftests tree. Signed-off-by: Kees Cook keesc...@chromium.org --- lib/Kconfig.debug |