[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250617135042.1878068-1-hca@linux.ibm.com>
Date: Tue, 17 Jun 2025 15:50:40 +0200
From: Heiko Carstens <hca@...ux.ibm.com>
To: Ingo Molnar <mingo@...hat.com>, Naresh Kamboju <naresh.kamboju@...aro.org>,
Anders Roxell <anders.roxell@...aro.org>
Cc: Alexander Gordeev <agordeev@...ux.ibm.com>,
Sven Schnelle <svens@...ux.ibm.com>, Vasily Gorbik <gor@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ux.ibm.com>,
linux-kernel@...r.kernel.org, linux-s390@...r.kernel.org
Subject: [PATCH 0/2] bugs/s390: Fix compile error with old gcc versions
As reported by Naresh and Anders old gcc variants cannot handle
strings as input operands for inline assemblies. Rewrite the s390
generic bug support very similar to arm64 and loongarch to fix this.
Also use the opportunity to drop the rather pointless s390 specific
WARN_ON() implementation.
Ingo, I think the two patches should also go via the core/bugs branch
of the tip repository.
Thanks,
Heiko
Heiko Carstens (2):
bugs/s390: Remove private WARN_ON() implementation
bugs/s390: Use inline assembly without input operands
arch/s390/include/asm/bug.h | 94 ++++++++++++++++---------------------
1 file changed, 41 insertions(+), 53 deletions(-)
--
2.48.1
Powered by blists - more mailing lists