Re: Kernel Device Driver Testing

2017-11-08 Thread Greg Kroah-Hartman
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

Kernel Device Driver Testing

2017-11-08 Thread tedheadster
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