Build breakage in linux-next
Build breakage in linux-next
Posted Dec 15, 2025 13:32 UTC (Mon) by error27 (subscriber, #8346)Parent article: Best practices for linux-next
Most of the problems in linux-next are build errors on less used architectures.
It sounds like complaining, but it's just objectively true that the number one cause of build breakage on x86 and arm was Rust. The Rust people should get a bunch of qemu images with common distributions and test for build breakage. Some times it's unavoidable that you have to upgrade your Rust packages but other times it was a kernel issue.
The other annoying thing is when you find a bug and the developer responds "Oops! I will fix it!" And you think they mean they will fix it the next day, but really they mean in a week. They should drop the patch immediately if it can't be fixed that same day.
