From 68e619b0d3681dc473a67665d98724ba62038696 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Mon, 16 Apr 2018 09:08:25 +0200 Subject: [PATCH] feat: show RSB filling capability for non-Skylake in verbose mode --- spectre-meltdown-checker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectre-meltdown-checker.sh b/spectre-meltdown-checker.sh index 1ce0a85..3168179 100755 --- a/spectre-meltdown-checker.sh +++ b/spectre-meltdown-checker.sh @@ -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"