Re: [PATCH 2/7] test: add firmware_class loader test
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-07-18 01:47:15
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-07-18 01:47:15
Also in:
lkml
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 <redacted> --- lib/Kconfig.debug | 13 +++ lib/Makefile | 1 + lib/test_firmware.c | 117 +++++++++++++++++++++
Side note, I find it odd that in-kernel test modules are in lib/. But whatever, you aren't the one that did this first, so I'm not going to object here, I'll apply this, nice work. thanks, greg k-h