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] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250702154137.71390C24-hca@linux.ibm.com>
Date: Wed, 2 Jul 2025 17:41:37 +0200
From: Heiko Carstens <hca@...ux.ibm.com>
To: Peter Zijlstra <peterz@...radead.org>
Cc: Mark Rutland <mark.rutland@....com>, Borislav Petkov <bp@...en8.de>,
        kernel test robot <lkp@...el.com>,
        Thomas Gleixner <tglx@...utronix.de>, llvm@...ts.linux.dev,
        oe-kbuild-all@...ts.linux.dev, linux-kernel@...r.kernel.org,
        x86@...nel.org, Linus Walleij <linus.walleij@...aro.org>,
        Jinjie Ruan <ruanjinjie@...wei.com>,
        Nathan Chancellor <nathan@...nel.org>
Subject: Re: [tip:master 19/19] include/linux/irq-entry-common.h:201:2:
 error: unexpected token

On Wed, Jul 02, 2025 at 05:07:39PM +0200, Peter Zijlstra wrote:
> > > > diff --git a/arch/s390/include/asm/bug.h b/arch/s390/include/asm/bug.h
> > > > index a185855ab158..46d9eb64bd18 100644
> > > > --- a/arch/s390/include/asm/bug.h
> > > > +++ b/arch/s390/include/asm/bug.h
> > > > @@ -9,7 +9,7 @@
> > > >  #else
> > > >  #define __BUGVERBOSE_LOCATION(file, line)			\
> > > >  		.pushsection .rodata.str, "aMS", @progbits, 1;	\
> > > > -	10002:	.string file;					\
> > > > +	10002:	.ascii file;					\
> > > >  		.popsection;					\
> > > >  								\
> > > >  		.long 10002b - .;				\
> > > > 
> > > 
> > > IIUC this also needs a trailing "\0" as per the link above, or this
> > > won't get a NUL-terminator (but will build just fine).
> > 
> > Yup, I ran into this before. Let me go fix that commit.
> 
>  + e7e26cfad96c...2a20b2730147 core/bugs -> core/bugs (forced update)

Thank you! But wouldn't you also need to merge Nathan's patch [1] into
the loongarch commit (or maybe you are just about to do that)?

[1] https://lore.kernel.org/all/20250616-loongarch-fix-warn-cond-llvm-ias-v1-1-6c6d90bb4466@kernel.org/
[2] https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?h=core/bugs&id=5d476f66e6add0b709a09d60feecff3a2d156800

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ