Re: [PATCH v6 00/30] objtool: Function validation tracing
From: Peter Zijlstra
Date: Fri Nov 21 2025 - 09:30:40 EST
On Fri, Nov 21, 2025 at 02:51:57PM +0100, Alexandre Chartre wrote:
> > > I've pushed out these patches to queue/objtool/core, however when
> > > building defconfig I get this:
> > >
> > > CC /mnt/hirez/usr/src/linux-2.6/defconfig-build/tools/objtool/librbtree.o
> > > arch/x86/special.c:10:10: fatal error: lib/cpu-feature-names.c: No such file or directory
> > > 10 | #include "lib/cpu-feature-names.c"
> > > | ^~~~~~~~~~~~~~~~~~~~~~~~~
> > > compilation terminated.
> > >
>
> See fix below. This should be fold into patch 26 ("objtool: Function to get the name of a CPU feature").
> I can resend this patch or the entire patchset if you want.
Folded and pushed out again. Local build succeeds, lets see if the
robots like it.
Thanks!