On Thu, Dec 04, 2025 at 08:27:54AM -0800, Jakub Kicinski wrote: > On Thu, 4 Dec 2025 08:17:14 -0800 Guenter Roeck wrote: > > This series fixes build errors observed when trying to build selftests > > with -Werror. > > If your intention is to make -Werror the default please stop. > Defaulting WERROR to enabled is one of the silliest things we have done > in recent past. >
No, that is not the idea, and not the intention. The Google infrastructure builds the kernel, including selftests, with -Werror enabled. This triggers a number of build errors when trying to build selftests with the 6.18 kernel. That means I have three options: 1) Disable -Werror in selftest builds and accept that some real problems will slip through. Not really a good option, and not acceptable. 2) Fix the problems in the upstream kernel and backport. 3) Fix the problems downstream only. Not really a good option but I guess we'll have to do it if this series (and/or follow-up patches needed to support glibc older than 2.36) is rejected. We'll have to carry the patches downstream if 2) is rejected, but at the very least I wanted to give it a try. Guenter

