mirror of
https://github.com/speed47/spectre-meltdown-checker
synced 2025-01-03 18:15:57 +01:00
fix(l1tf): RDCL_NO bit didn't take precedence for vulnerability check on some Intel CPUs
This commit is contained in:
parent
62b46df4e7
commit
497efe6a82
@ -402,7 +402,7 @@ is_cpu_vulnerable()
|
|||||||
[ -z "$variantl1tf" ] && variantl1tf=immune
|
[ -z "$variantl1tf" ] && variantl1tf=immune
|
||||||
else
|
else
|
||||||
_debug "is_cpu_vulnerable: intel family 6 is vuln"
|
_debug "is_cpu_vulnerable: intel family 6 is vuln"
|
||||||
variantl1tf=vuln
|
[ -z "$variantl1tf" ] && variantl1tf=vuln
|
||||||
fi
|
fi
|
||||||
elif [ "$cpu_family" -lt 6 ]; then
|
elif [ "$cpu_family" -lt 6 ]; then
|
||||||
_debug "is_cpu_vulnerable: intel family < 6 is immune"
|
_debug "is_cpu_vulnerable: intel family < 6 is immune"
|
||||||
|
Loading…
Reference in New Issue
Block a user