Home
last modified time | relevance | path

Searched refs:LAST_DMESG (Results 1 – 1 of 1) sorted by relevance

/linux/tools/testing/selftests/livepatch/
H A Dfunctions.sh305 # in LAST_DMESG. The check_result() function will use it to
311 LAST_DMESG=$(dmesg | grep "$last_dmesg_msg")
323 # Test results include any new dmesg entry since LAST_DMESG, then:
327 result=$(dmesg | awk -v last_dmesg="$LAST_DMESG" 'p; $0 == last_dmesg { p=1 }' | \
336 echo -e "not ok\n\nbuffer overrun? can't find canary dmesg entry: $LAST_DMESG\n"