Page MenuHomeFreeBSD

amd64: properly recalculate mitigations knobs after resume
ClosedPublic

Authored by kib on Mar 17 2023, 7:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Oct 3 2024, 8:40 AM
Unknown Object (File)
Oct 2 2024, 8:41 PM
Unknown Object (File)
Oct 1 2024, 6:11 PM
Unknown Object (File)
Oct 1 2024, 7:43 AM
Unknown Object (File)
Sep 30 2024, 6:22 AM
Unknown Object (File)
Sep 30 2024, 2:53 AM
Unknown Object (File)
Sep 28 2024, 4:31 PM
Unknown Object (File)
Sep 28 2024, 3:30 PM
Subscribers

Details

Summary
Revision r333125 AKA 986c4ca38772f72 forced clear cpu_stdext_feature3
on suspend, since at that time microcode update was not reloaded
early on resume. Then, revision 8405c63dadaf started re-reading
cpu_stdext_feature3 again. Since modern CPUs do not require mitigations
from the Skylake era, this went unnoticed for some time.

Keep zeroing cpu_stdext_feature3 on suspend, but re-read it in more
controlled way on resume after microcode is reloaded, and recalculate
active workarounds based on actual microcode capabilities.

Reported and tested by: romain

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped