Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 72082 Build 68965: arc lint + arc unit
Event Timeline
Comment Actions
I came across this in a Bugzilla report. As described in the commit message, it may pollute the system entropy pool. Although the microcode fix is already included in the latest AGESA release from earlier this year—so systems with updated BIOS firmware should be unaffected, not all users regularly update their BIOS, and not all vendors have distributed the patch.
Given that, I think this issue is still worth taking a closer look.
Comment Actions
Per https://www.amd.com/en/resources/product-security/bulletin/amd-sb-7055.html (and the linked thread), only rdseed with a 16-bit or 32-bit operand is affected, but here it's a 64-bit output.
Comment Actions
Oh, I didn't see this. Thanks! It seems that Linux Kernel just mask this feature for all the cases (also 64 bits).