On Mon, Nov 24, 2025 at 03:49:23PM +0100, Peter Zijlstra wrote:
> This... ok now lets see wtf the actual problem is.
This cures it. I'll go rebase that tree.
diff --git a/arch/x86/include/asm/bug.h b/arch/x86/include/asm/bug.h
index a3dd6805b574..d0a96ff5c02c 100644
--- a/arch/x86/include/asm/bug.h
+++ b/arch/x86/include/asm/bug.h
@@ -104,7 +104,7 @@ do {
\
#define ARCH_WARN_ASM(file, line, flags, size) \
"1:\t " ASM_UD2 "\n" \
- _BUG_FLAGS_ASM("NULL", file, line, flags, size, "")
+ _BUG_FLAGS_ASM("0", file, line, flags, size, "")
#else