On Wed, Nov 08, 2017 at 11:57:09AM -0500, tedheadster wrote:
> Greg,
> I had an idea about device drivers and self-tests. Create a compiler
> tag called __selftest which would function similar to __init. A device
> driver author could write directly into their kernel module self-test
> functions
Greg,
I had an idea about device drivers and self-tests. Create a compiler
tag called __selftest which would function similar to __init. A device
driver author could write directly into their kernel module self-test
functions identified with this tag.
Using the tag, the person compiling the kern