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)
Feb 15 2024, 6:01 AM
Unknown Object (File)
Dec 29 2023, 5:35 AM
Unknown Object (File)
Dec 24 2023, 2:05 PM
Unknown Object (File)
Dec 20 2023, 8:04 AM
Unknown Object (File)
Dec 12 2023, 7:35 AM
Unknown Object (File)
Nov 22 2023, 11:49 AM
Unknown Object (File)
Nov 21 2023, 9:56 PM
Unknown Object (File)
Nov 21 2023, 6:52 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