Re: [PATCH] selftests/livepatch: filter 'taints' from dmesg comparison
From: Kamalesh Babulal <hidden>
Date: 2019-11-07 12:23:01
Also in:
linux-kselftest
From: Kamalesh Babulal <hidden>
Date: 2019-11-07 12:23:01
Also in:
linux-kselftest
On 11/7/19 3:58 AM, Joe Lawrence wrote:
The livepatch selftests compare expected dmesg output to verify kernel behavior. They currently filter out "tainting kernel with TAINT_LIVEPATCH" messages which may be logged when loading livepatch modules. Further filter the log to also drop "loading out-of-tree module taints kernel" messages in case the klp_test modules have been build without the in-tree module flag. Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com>
Reviewed-by: Kamalesh Babulal <redacted> -- Kamalesh