Re: [PATCH 0/9] kbuild: uapi: remove usage of toolchain headers
Nathan Chancellor <[email protected]> Mon, 9 Mar 2026 18:00:21 -0700
| Newsgroups | org.kernel.vger.linux-hexagon,org.kernel.vger.linux-kbuild,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <20260310010021.GA1321389@ax162> |
On Fri, Feb 27, 2026 at 07:37:58AM +0100, Thomas WeiÃschuh wrote: > Currently the test compilation of some UAPI headers requires a toolchain > libc headers. Remove that dependency. > > Signed-off-by: Thomas WeiÃschuh <[email protected]> > --- > Thomas WeiÃschuh (9): > hexagon: uapi: Fix structure alignment attribute > kbuild: uapi: test linux/bpf_perf_event.h on powerpc > kbuild: uapi: deduplicate linux/bpf_perf_event.h exclusions > kbuild: uapi: completely exclude linux/bpf_perf_event.h on nios2 > kbuild: uapi: only use dummy-include for headers which use libc > kbuild: uapi: provide stub includes for some libc headers > kbuild: uapi: use custom stub headers instead of libc ones > kbuild: uapi: simplify libc dependency logic > kbuild: uapi: remove now unneeded guard headers This is nice! For the series: Reviewed-by: Nathan Chancellor <[email protected]> Cheers, Nathan