mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2024-11-14 01:53:38 +01:00
feat: show RSB filling capability for non-Skylake in verbose mode
This commit is contained in:
parent
a6f4475cee
commit
68e619b0d3
@ -2298,7 +2298,7 @@ check_variant2_linux()
|
||||
fi
|
||||
fi
|
||||
|
||||
if is_skylake_cpu; then
|
||||
if is_skylake_cpu || [ "$opt_verbose" -ge 2 ]; then
|
||||
_info_nol " * Kernel supports RSB filling: "
|
||||
if ! which "${opt_arch_prefix}strings" >/dev/null 2>&1; then
|
||||
pstatus yellow UNKNOWN "missing '${opt_arch_prefix}strings' tool, please install it, usually it's in the binutils package"
|
||||
|
Loading…
Reference in New Issue
Block a user