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)
Tue, May 21, 4:24 PM
Unknown Object (File)
Tue, May 21, 3:24 PM
Unknown Object (File)
Tue, May 21, 12:11 PM
Unknown Object (File)
Mon, May 6, 9:21 PM
Unknown Object (File)
Apr 30 2024, 9:34 PM
Unknown Object (File)
Feb 15 2024, 6:01 AM
Unknown Object (File)
Dec 29 2023, 5:35 AM
Unknown Object (File)
Dec 24 2023, 2:05 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