lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20251125130833.3ffe5878@canb.auug.org.au>
Date: Tue, 25 Nov 2025 13:08:33 +1100
From: Stephen Rothwell <sfr@...b.auug.org.au>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Boqun Feng <boqun.feng@...il.com>, 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

Hi Peter,

On Mon, 24 Nov 2025 20:19:03 +0100 Peter Zijlstra <peterz@...radead.org> wrote:
>
> 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
>  

I applied that by hand to the tip tree merge today.

-- 
Cheers,
Stephen Rothwell

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ