Re: [PATCH v2] selftests: livepatch: Fix it to do root uid check and skip

From: Shuah Khan
Date: Tue Dec 17 2019 - 10:08:57 EST


On 12/17/19 2:02 AM, Petr Mladek wrote:
On Mon 2019-12-16 12:18:40, Shuah Khan wrote:
livepatch test configures the system and debug environment to run
tests. Some of these actions fail without root access and test
dumps several permission denied messages before it exits.

Fix test-state.sh to call setup_config instead of set_dynamic_debug
as suggested by Petr Mladek <pmladek@xxxxxxxx>

Fix it to check root uid and exit with skip code instead.

Signed-off-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx>

Reviewed-by: Petr Mladek <pmladek@xxxxxxxx>

Shuah, I assume that you will push this fix via linux-kselftest tree.
Please, tell us if you have other preference.


Hi Petr, Yes I will push this in. Thanks for the reviews.

thanks,
-- Shuah