A kernel unit-testing framework
A kernel unit-testing framework
Posted Mar 4, 2019 20:11 UTC (Mon) by dezgeg (subscriber, #92243)In reply to: A kernel unit-testing framework by geert
Parent article: A kernel unit-testing framework
There is already standard infrastructure for fault injection which could be used: https://lwn.net/Articles/209257/
I once had a similar idea for injecting failures into USB transmissions (inspired a kernel crash in the USB hub code which would occur if he device was unplugged at a precise moment) but sadly, didn't implement it.
