fix: CPUs affected by MSBDS but not MDS (fix #351)

This commit is contained in:
Stéphane Lesimple
2026-04-06 12:58:03 +02:00
parent b6a41918b0
commit 155b3808b9
2 changed files with 36 additions and 0 deletions

View File

@@ -124,6 +124,11 @@ is_cpu_affected() {
_infer_immune mlpds
_infer_immune mdsum
pr_debug "is_cpu_affected: cpu not affected by Microarchitectural Data Sampling"
elif is_cpu_msbds_only; then
_infer_immune mfbds
_infer_immune mlpds
_infer_immune mdsum
pr_debug "is_cpu_affected: cpu only affected by MSBDS, not MFBDS/MLPDS/MDSUM"
fi
if is_cpu_taa_free; then