On Wed, 21 Jun 2023 at 11:49, Jason A. Donenfeld <Jason@xxxxxxxxx> wrote: > > Would you try applying > https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=13bb06f8dd42071cb9a49f6e21099eea05d4b856 > instead of the revert? That commit just got merged into my tree, and it fixes a real bug, but it _shouldn't_ be what Sami sees. The bug it fixes was only introduced in this merge window. So any boot failures seen in older kernels would only be because it was then backported to stable trees, but Sami mentions kernel versions that don't have those stable backports (eg the original questionable bisection that ended up on a bad commit 7e68dd7d07a2). Now, with non-repeatable boot failures, anything is possible, and Sami does mention 6.1.30 as good (implying that 6.1.31 might not be - and that is when the backport happened). So it's certainly worth checking out, but on the face of it, that bisection result doesn't really support the bug being due to e9523a0d81899 (which came *after* e7b813b32a42). Linus