mirror of
https://github.com/speed47/spectre-meltdown-checker.git
synced 2026-05-03 22:13:21 +02:00
new batch mode docs, add doc/ to -build branch
This commit is contained in:
@@ -1157,7 +1157,7 @@ check_CVE_2017_5715_linux() {
|
||||
elif [ "$g_ibpb_enabled" = 2 ] && [ "$smt_enabled" != 0 ]; then
|
||||
pvulnstatus "$cve" OK "Full IBPB is mitigating the vulnerability"
|
||||
|
||||
# Offline mode fallback
|
||||
# No-runtime mode fallback
|
||||
elif [ "$opt_runtime" != 1 ]; then
|
||||
if [ "$retpoline" = 1 ] && [ -n "$g_ibpb_supported" ]; then
|
||||
pvulnstatus "$cve" OK "no-runtime mode: kernel supports retpoline + IBPB to mitigate the vulnerability"
|
||||
|
||||
Reference in New Issue
Block a user