Skip to content

Commit b54c82e

Browse files
mirabshuahkh
authored andcommitted
selftests/livepatch: Replace set_dynamic_debug() with setup_config() in README
Commit 35c9e74 ("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 <[email protected]> Reviewed-by: Kamalesh Babulal <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent 46d1a0f commit b54c82e

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/livepatch

1 file changed

+1
-1
lines changed

tools/testing/selftests/livepatch/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Adding tests
3535
------------
3636

3737
See the common functions.sh file for the existing collection of utility
38-
functions, most importantly set_dynamic_debug() and check_result(). The
38+
functions, most importantly setup_config() and check_result(). The
3939
latter function greps the kernel's ring buffer for "livepatch:" and
4040
"test_klp" strings, so tests be sure to include one of those strings for
4141
result comparison. Other utility functions include general module

0 commit comments

Comments
 (0)