Re: [PATCH v3 4/7] kselftest: Add test module framework header

2019-04-02 Thread Kees Cook
On Wed, Mar 6, 2019 at 1:43 PM Tobin C. Harding wrote: > > kselftest runs as a userspace process. Sometimes we need to test things > from kernel space. One way of doing this is by creating a test module. > Currently doing so requires developers to write a bunch of boiler plate > in the module if

[PATCH v3 4/7] kselftest: Add test module framework header

2019-03-06 Thread Tobin C. Harding
kselftest runs as a userspace process. Sometimes we need to test things from kernel space. One way of doing this is by creating a test module. Currently doing so requires developers to write a bunch of boiler plate in the module if kselftest is to be used to run the tests. This means we currentl