On Mon, Sep 16, 2024 at 1:42 PM Jeffrey Hugo <quic_jhugo@xxxxxxxxxxx> wrote: > Bisect pointed to the following which makes zero sense - [snip] > I wonder if bisect-ability got broken somehow. > > I'm going to try to do a bit of a manual bisect to see if I can avoid > whatever glitch (possibly self induced) I seem to have hit. I've seen this happen if the error is due to a race condition and only happens part of the time. When you are testing a kernel, try booting the system up to 3 times before you run 'git bisect good' against a particular iteration. Brian