[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251124191903.GM4068168@noisy.programming.kicks-ass.net>
Date: Mon, 24 Nov 2025 20:19:03 +0100
From: Peter Zijlstra <peterz@...radead.org>
To: Boqun Feng <boqun.feng@...il.com>
Cc: Stephen Rothwell <sfr@...b.auug.org.au>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...nel.org>, "H. Peter Anvin" <hpa@...or.com>,
Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
Linux Next Mailing List <linux-next@...r.kernel.org>,
ojeda@...nel.org, Danilo Krummrich <dakr@...nel.org>,
Alexandre Courbot <acourbot@...dia.com>,
nouveau@...ts.freedesktop.org, Alice Ryhl <aliceryhl@...gle.com>
Subject: Re: linux-next: build failure after merge of the tip tree
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
Powered by blists - more mailing lists