kselftest: devices: Add test to detect device error logsLog errors are the most widely used mechanism for reporting issues inthe kernel. When an error is logged using the device helpers, egdev_er
kselftest: devices: Add test to detect device error logsLog errors are the most widely used mechanism for reporting issues inthe kernel. When an error is logged using the device helpers, egdev_err(), it gets metadata attached that identifies the subsystem anddevice where the message is coming from. Introduce a new test that makesuse of that metadata to report which devices logged errors (or morecritical messages).Signed-off-by: Nícolas F. R. A. Prado <[email protected]>Acked-by: Shuah Khan <[email protected]>Acked-by: Greg Kroah-Hartman <[email protected]>Link: https://lore.kernel.org/r/[email protected]Signed-off-by: Greg Kroah-Hartman <[email protected]>
show more ...