aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/livepatch/test-shadow-vars.sh
diff options
context:
space:
mode:
authorJoe Lawrence <joe.lawrence@redhat.com>2019-10-16 13:33:14 +0200
committerSteven Rostedt <rostedt@goodmis.org>2019-11-04 09:33:15 -0500
commit35c9e74cff4c798d0a07830d0d483e6ebe70352f (patch)
treec9eb9b10545f6b73aecbec17041ca49adf6a40d2 /tools/testing/selftests/livepatch/test-shadow-vars.sh
parentftrace: Introduce PERMANENT ftrace_ops flag (diff)
downloadlinux-dev-35c9e74cff4c798d0a07830d0d483e6ebe70352f.tar.xz
linux-dev-35c9e74cff4c798d0a07830d0d483e6ebe70352f.zip
selftests/livepatch: Make dynamic debug setup and restore generic
Livepatch selftests currently save the current dynamic debug config and tweak it for the selftests. The config is restored at the end. Make the infrastructure generic, so that more variables can be saved and restored. Link: http://lkml.kernel.org/r/20191016113316.13415-3-mbenes@suse.cz Signed-off-by: Joe Lawrence <joe.lawrence@redhat.com> Signed-off-by: Miroslav Benes <mbenes@suse.cz> Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Diffstat (limited to '')
-rwxr-xr-xtools/testing/selftests/livepatch/test-shadow-vars.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/livepatch/test-shadow-vars.sh b/tools/testing/selftests/livepatch/test-shadow-vars.sh
index 04a37831e204..1aae73299114 100755
--- a/tools/testing/selftests/livepatch/test-shadow-vars.sh
+++ b/tools/testing/selftests/livepatch/test-shadow-vars.sh
@@ -6,7 +6,7 @@
MOD_TEST=test_klp_shadow_vars
-set_dynamic_debug
+setup_config
# TEST: basic shadow variable API