We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66d8529 commit 857300bCopy full SHA for 857300b
tools/testing/selftests/livepatch/functions.sh
@@ -86,7 +86,7 @@ function set_ftrace_enabled() {
86
87
if [[ "$result" != "$1" ]] ; then
88
if [[ $can_fail -eq 1 ]] ; then
89
- echo "livepatch: $err" > /dev/kmsg
+ echo "livepatch: $err" | sed 's#/proc/sys/kernel/#kernel.#' > /dev/kmsg
90
return
91
fi
92
0 commit comments