1
0
mirror of https://github.com/speed47/spectre-meltdown-checker synced 2024-06-26 15:12:08 +02:00

Update spectre-meltdown-checker.sh

Dots better than colon for indicating waiting.
This commit is contained in:
積丹尼 Dan Jacobson 2018-02-05 00:01:35 +08:00 committed by Stéphane Lesimple
parent 5d6102a00e
commit 253e180807

View File

@ -1289,7 +1289,7 @@ check_variant1()
if [ "$opt_verbose" -ge 2 ] || [ "$v1_mask_nospec" != 1 ]; then
# this is a slow heuristic and we don't need it if we already know the kernel is patched
# but still show it in verbose mode
_info_nol "* Checking count of LFENCE instructions following a jump in kernel: "
_info_nol "* Checking count of LFENCE instructions following a jump in kernel... "
if [ -n "$vmlinux_err" ]; then
pstatus yellow UNKNOWN "couldn't check ($vmlinux_err)"
else