On Mon, 24 Jun 2024 at 19:04:53 +0200, Chris Hofstaedtler wrote: > #1071456 is caused by #1072004 in the kernel. Keeping it here so > other people can find #1072004.
On Sun, 16 Jun 2024 at 17:24:15 +0200, Christian Kastner wrote: > FYI, a contributor has submitted a patch to the kernel Bugzilla [1] and > it indeed fixed the issue for the packages where I was seeing this. > [1]: https://bugzilla.kernel.org/show_bug.cgi?id=218916 Inspired by the details on that kernel bug report, I've proposed a workaround in autopkgtest-virt-qemu: <https://salsa.debian.org/ci-team/autopkgtest/-/merge_requests/390> It seems to work for me. Does it also work for others who were experiencing the regression? (If you're using an older autopkgtest version, it's straightforward to run an updated autopkgtest directly from a git clone, if that's helpful: just put a symlink to its virt/autopkgtest-virt-qemu, or any other tool found in runner/, tools/ or virt/, in a directory that is earlier in your PATH than /usr/bin. If all goes well, the scripts should all pick up their dependencies from the git clone's lib/ automatically. This is how I usually run it while developing.) smcv