On 7/24/19 2:05 PM, Joe Lawrence wrote:
Add a skip() message function that stops the test, logs an explanation, and sets the "skip" return code (4). Before loading a livepatch self-test kernel module, first verify that we've built and installed it by running a 'modprobe --dry-run'. This should catch a few environment issues, including !CONFIG_LIVEPATCH and !CONFIG_TEST_LIVEPATCH. In these cases, exit gracefully with the new skip() function. Reported-by: Jiri Benc <jbenc@xxxxxxxxxx> Suggested-by: Shuah Khan <shuah@xxxxxxxxxx> Signed-off-by: Joe Lawrence <joe.lawrence@xxxxxxxxxx> --- v4: s/unable load/unable to load/ in user visible skip message. [shuah]
Thanks. Applied to linux-ksefktest fixes for 5.3-rc2 with Petr's Ack thanks, -- Shuah