selftests/livepatch: Replace set_dynamic_debug() with setup_config() in README
authorMiroslav Benes <mbenes@suse.cz>
Mon, 13 Jan 2020 12:49:06 +0000 (13:49 +0100)
committerShuah Khan <skhan@linuxfoundation.org>
Thu, 16 Jan 2020 20:03:22 +0000 (13:03 -0700)
Commit 35c9e74cff4c ("selftests/livepatch: Make dynamic debug setup and
restore generic") introduced setup_config() to set up the environment
for each test. It superseded set_dynamic_debug().  README still mentions
set_dynamic_debug(), so update it to setup_config() which should be used
now in every test.

Signed-off-by: Miroslav Benes <mbenes@suse.cz>
Reviewed-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/livepatch/README

index b73cd0e2dd513e6c719a410c439f2817a2adfa6d..621d325425c2bbe910cbbf9bda62a70beb89db6c 100644 (file)
@@ -35,7 +35,7 @@ Adding tests
 ------------
 
 See the common functions.sh file for the existing collection of utility
-functions, most importantly set_dynamic_debug() and check_result().  The
+functions, most importantly setup_config() and check_result().  The
 latter function greps the kernel's ring buffer for "livepatch:" and
 "test_klp" strings, so tests be sure to include one of those strings for
 result comparison.  Other utility functions include general module