Page MenuHomeFreeBSD

amd64: properly recalculate mitigations knobs after resume
ClosedPublic

Authored by kib on Mar 17 2023, 7:51 PM.
Tags
None
Referenced Files
F97567124: D39146.id119052.diff
Mon, Sep 30, 2:53 AM
Unknown Object (File)
Sat, Sep 28, 4:31 PM
Unknown Object (File)
Sat, Sep 28, 3:30 PM
Unknown Object (File)
Tue, Sep 24, 7:34 PM
Unknown Object (File)
Tue, Sep 24, 5:32 PM
Unknown Object (File)
Tue, Sep 24, 10:30 AM
Unknown Object (File)
Tue, Sep 24, 10:00 AM
Unknown Object (File)
Sun, Sep 22, 8:07 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 Not Applicable
Unit
Tests Not Applicable