Phil Elwell

Results 1369 comments of Phil Elwell

I've looked through the 760 commits in that range and, although I have some suspicions, there are no obvious culprits. It would help me if you could unpack the phrase...

1. So by "genlocked alsa loopback" you mean the system is capturing samples from the soundcard input and replaying them from the output, using the same clock for both so...

I'll prepare a branch with all the relevant commits as cherry-picks, then you'll be able to use `git bisect`.

If you git fetch now you should find you have origin/wm8731test. ``` $ git checkout origin/wm8731test $ git bisect start $ git bisect good 5882bc5db17dd $ git bisect bad HEAD...

That's good progress. I hope you don't have many steps to go.

Just in case you're being unnecessarily cautious, the kernel build system is good at managing dependencies. It's very rare that I do a `make clean`, even when switching between architectures...

It sounds like you may end up with multiple culprit commits that introduce different behaviours - errors or failures. As soon as you find any single commit that introduces a...

The rpi-firmware repo I mentioned previously (https://github.com/raspberrypi/rpi-firmware/commits/master) is the only readily-accessible, long-lived archive of kernel builds.

Same cause as https://github.com/raspberrypi/linux/issues/6925 (i.e. https://github.com/torvalds/linux/commit/87f7ce260a3c838b49e1dc1ceedf1006795157a2), and the same fix (i.e. https://github.com/torvalds/linux/commit/5ab73b010cad294851e558f1d4714a85c6f206c7). It was picked up automatically for backporting because of the Fixes tag, and now appears in 6.12.35 (5f036254635aa)....