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: <20250702182922.GHaGV6gl6axPokuBIr@fat_crate.local>
Date: Wed, 2 Jul 2025 20:29:22 +0200
From: Borislav Petkov <bp@...en8.de>
To: Nathan Chancellor <nathan@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
	Heiko Carstens <hca@...ux.ibm.com>,
	Mark Rutland <mark.rutland@....com>,
	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>
Subject: Re: [tip:master 19/19] include/linux/irq-entry-common.h:201:2:
 error: unexpected token

On Wed, Jul 02, 2025 at 08:12:36PM +0200, Borislav Petkov wrote:
> On Wed, Jul 02, 2025 at 11:01:36AM -0700, Nathan Chancellor wrote:
> > Thanks Peter. Did something go awry with the latest rebase? It looks
> > like current core/bugs has the loongarch issue fixed but "bugs/s390: Use
> > 'cond_str' in __EMIT_BUG()" seems to have reverted to the broken
> > version?
> 
> Ah crap, lemme fix that.

Should be fixed now... famous last words. :-P

git diff e0d1ec28743b a4585558a904
diff --git a/arch/s390/include/asm/bug.h b/arch/s390/include/asm/bug.h
index a185855ab158..acb4b13d98c5 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 "\0";                               \
                .popsection;                                    \
                                                                \
                .long 10002b - .;                               \

Thanks!

-- 
Regards/Gruss,
    Boris.

https://people.kernel.org/tglx/notes-about-netiquette

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ