Re: [PATCH] objtool: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files

From: Thomas Huth

Date: Tue Aug 11 2026 - 09:31:41 EST


On 11/08/2026 15.06, Manuel Ebner wrote:
Hi Thomas,

I have been building the next kernel:

Version: next-20260810
make defconfig
make KCFLAGS=-Werror -j8 > make_output.txt

I get following warning:
Warning: Kernel ABI header at 'tools/include/linux/objtool_types.h' differs from latest version at 'include/linux/objtool_types.h'

The build continues and succeeds.
...
This warning can be fixed OR shut down by updating tools/include/linux/objtool_types.h with the same replacement.
Sorry for that!

I've got a mail already earlier today about this, looks like Ingo already sent a fix:

https://lore.kernel.org/lkml/178643815674.442315.17965640706499490354.tip-bot2@tip-bot2/

So I assume I don't have to send a v2 of my patch, do I?

Thomas