On Fri Aug 4, 2023 at 4:28 PM EEST, Jason A. Donenfeld wrote: > On Thu, Aug 03, 2023 at 01:24:28PM -0500, Mario Limonciello wrote: > > The TPM RNG functionality is not necessary for entropy when the CPU > > already supports the RDRAND instruction. The TPM RNG functionality > > was previously disabled on a subset of AMD fTPM series, but reports > > continue to show problems on some systems causing stutter root caused > > to TPM RNG functionality. > > > > Expand disabling TPM RNG use for all AMD fTPMs whether they have versions > > that claim to have fixed or not. To accomplish this, move the detection > > into part of the TPM CRB registration and add a flag indicating that > > the TPM should opt-out of registration to hwrng. > > > > Cc: stable@xxxxxxxxxxxxxxx # 5.5+ > > Fixes: b006c439d58d ("hwrng: core - start hwrng kthread also for untrusted sources") > > Fixes: f1324bbc4011 ("tpm: disable hwrng for fTPM on some AMD designs") > > Fixes: 3ef193822b25 ("tpm_crb: fix fTPM on AMD Zen+ CPUs") > > Reported-by: daniil.stas@xxxxxxxxxx > > Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217719 > > Reported-by: bitlord0xff@xxxxxxxxx > > Closes: https://bugzilla.kernel.org/show_bug.cgi?id=217212 > > Reviewed-by: Jason A. Donenfeld <Jason@xxxxxxxxx> > > Signed-off-by: Mario Limonciello <mario.limonciello@xxxxxxx> > > LGTM. Jarkko - can you replace the commit in your staging tree with this > one? I'll replace either during weekend or Monday and send the PR for rc6. BR, Jarkko