On Wed, Apr 09, 2025 at 10:42:19AM -0700, Linus Torvalds wrote: > On Wed, 9 Apr 2025 at 10:29, Mark Brown <broo...@kernel.org> wrote: > > > > Sadly it seems like the build bots didn't find it, or at least if they > > found it they didn't identify it well enough to end up with reporting > > the issue to someone who'd fix it. > > I wouldn't be entirely surpised if a lot of the build bots end up > running old distros (because "enterprise"). > > So this is presumably only happening with certain compiler versions, > and I expect the build bots have a fairly small set of compilers they > end up testing.
I'm still trying to figure out what the matrix is, because I can reproduce the crash on Debian's GCC 12 but not Ubuntu's GCC 13, etc. It feels like there are a few corner cases involved here. So it's not just the regular "new compiler changes" that usually break the plugins. Regardless, I'm still digging... -- Kees Cook