Re: [PATCH net 0/2] selftests: net: use KHDR_INCLUDES in CFLAGS
Jakub Kicinski <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.comp.security.firewalls.netfilter.devel,gmane.linux.network |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 4 Sep 2026 20:20:44 +0200 Matthieu Baerts wrote: > These patches didn't get picked up in the tests because the Clang build > failed with Rust code: > > https://netdev-ctrl.bots.linux.dev/logs/build/1158213/14791779/build_clang/stderr > > I only modified the selftests here. Other patches sent before me have > the same issue, but some sent after don't. One of those "random" issues > on the build server? kbuild / tools build likes to sometimes pick up the wrong source tree if you have a worktree nested inside a git repo :/ Here the Rust build was partially using the sources from the main repo and partially from the work tree. I'll push a NIPA workaround to sync the main repo to something recent it should paper over this bug. It's not the first time it happened.