On Sun, Feb 05, 2023 at 06:38:16PM +0100, Linux kernel regression tracking (Thorsten Leemhuis) wrote: > [ccing Dominik (who authored the culprit) and Herbert (who merged it)] > > On 02.02.23 11:28, Linux kernel regression tracking (Thorsten Leemhuis) > wrote: > > > > I noticed a regression report in bugzilla.kernel.org. As many (most?) > > kernel developer don't keep an eye on it, I decided to forward it by > > mail. Quoting from https://bugzilla.kernel.org/show_bug.cgi?id=216989 : > > Turns out according to a bisection from one of the reporters that > b006c439d58d ("hwrng: core - start hwrng kthread also for untrusted > sources") (merged for 6.1) apparently makes this hardware issue occur > quicker/more frequently a lot quicker on any board that didn't get the > firmware update yet. So it could be argued that from the point of the > kernel it *might* be considered a regression. Finally replying without HTML, now that I'm at my laptop. This isn't a bug with the commit you mentioned. Rather, this is a bug in the TPM hardware and/or in the TPM driver. Probably the TPM driver should quirk around the faulty BIOS to disable whatever functionality is broken, or it should notice these latency spikes and warn, or something. But I'll leave that to James; that's his wheelhouse. Jason