]> git.baikalelectronics.ru Git - kernel.git/commit
selftests/livepatch: adopt to newer sysctl error format
authorPetr Mladek <pmladek@suse.com>
Tue, 14 Jul 2020 09:10:30 +0000 (11:10 +0200)
committerPetr Mladek <pmladek@suse.com>
Wed, 15 Jul 2020 06:54:35 +0000 (08:54 +0200)
commit4a4fb7e8646f0d4fb86ed62205978dd16f6b6623
tree82fca7673c40e48c831ec83aa9668fa1c983c5dc
parent519a4d8e3560d7577b2efa409c2424b957d5c90a
selftests/livepatch: adopt to newer sysctl error format

With procfs v3.3.16, the sysctl command doesn't print the set key and
value on error.  This change breaks livepatch selftest test-ftrace.sh,
that tests the interaction of sysctl ftrace_enabled:

Make it work with all sysctl versions using '-q' option.

Explicitly print the final status on success so that it can be verified
in the log. The error message is enough on failure.

Reported-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Petr Mladek <pmladek@suse.com>
Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Reviewed-by: Joe Lawrence <joe.lawrence@redhat.com>
Acked-by: Miroslav Benes <mbenes@suse.cz>
Link: https://lore.kernel.org/r/20200714091030.1611-1-pmladek@suse.com
tools/testing/selftests/livepatch/functions.sh
tools/testing/selftests/livepatch/test-ftrace.sh