On Tue, 27 Aug 2019, Pavel Machek wrote:
On Tue 2019-08-27 09:50:51, Greg Kroah-Hartman wrote:
From: Tom Lendacky thomas.lendacky@amd.com
commit c49a0a80137c7ca7d6ced4c812c9e07a949f6f24 upstream.
There have been reports of RDRAND issues after resuming from suspend on some AMD family 15h and family 16h systems. This issue stems from a BIOS not performing the proper steps during resume to ensure RDRAND continues to function properly.
Yes. And instead of reinitializing the RDRAND on resume, this patch breaks support even for people with properly functioning BIOSes...
There is no way to reinitialize RDRAND from the kernel otherwise we would have exactly done that. If you know how to do that please tell.
Also disabling it for every BIOS is the only way which can be done because there is no way to know whether the BIOS is fixed or not at cold boot time. And it has to be known there because applications cache the availablity and continue using it after resume and because the valid bit is set they wont notice.
There is a know to turn it back on for those who are sure that it works, but the default has to be: OFF simply because we cannot endanger everyone out there with a broken BIOS just to please you.
Thanks,
tglx