On Tue, Apr 02, 2019 at 02:37:57PM -0700, Kees Cook wrote:
On Wed, Mar 6, 2019 at 1:43 PM Tobin C. Harding <tobin@xxxxxxxxxx> wrote:
This set makes an attempt at adding a framework to kselftest for writing
kernel test modules. It also adds a script for use in creating script
test runners for kselftest. My macro-foo is not great, all criticism
and suggestions very much appreciated. The design is based on test
modules lib/test_printf.c, lib/test_bitmap.c, lib/test_xarray.c.
Hi Shuah,
The bulk of this series is in the kselftests. Would you be willing to
carry this series?
I think it might be able to use a v4 just to clean up the
script-finding logic, but I might be entirely missing something about
the best way to do it.
v4 to come once I grok the bash stuff you suggested in 'PATCH v3.1'.