Everybody does their own.
I would like to see this too. I wrote a couple of unit tests
during x86-64 development too and they would be handy
to have in a central place.
The SUSE kernel also has a crasher module that exercises the
allocators and is pretty useful to stress code in general.
Disadvantage is that test code tends to be hackish and ugly
and very specialized and will probably not pass standard review procedures.
Also the rt people seem to have pushed a couple of tests in already,
but I always hated it that they're in the standard directories.
RCU also has, in fact they added a "eat all my CPU in tests"
CONFIG option. Just making that dependent on a CONFIG_UNIT_TESTS
would be a good change in itself. And then there are the slab
failure inducers of course.
BTW string functions are best tested in user space. That's
a relatively bad example.
-Andi
-