[GIT PULL] s390 updates for 7.0-rc4

From: Vasily Gorbik

Date: Fri Mar 13 2026 - 14:18:32 EST


Hello Linus,

please pull s390 fixes for 7.0-rc4.

Thank you,
Vasily

The following changes since commit 674c5ff0f440a051ebf299d29a4c013133d81a65:

s390/stackleak: Fix __stackleak_poison() inline assembly constraint (2026-03-03 16:42:14 +0100)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-7.0-5

for you to fetch changes up to 598bbefa8032cc58b564a81d1ad68bd815c8dc0f:

s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attribute (2026-03-07 22:41:10 +0100)

----------------------------------------------------------------
s390 updates for 7.0-rc4

- Revert IRQ entry/exit path optimization that incorrectly cleared some
PSW bits before irqentry_exit(), causing boot failures with linux-next
and HRTIMER_REARM_DEFERRED (which only uncovered the problem)

- Fix zcrypt code to show CCA card serial numbers even when the default
crypto domain is offline by selecting any domain available, preventing
empty sysfs entries

----------------------------------------------------------------
Harald Freudenberger (1):
s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attribute

Heiko Carstens (1):
s390: Revert "s390/irq/idle: Remove psw bits early"

arch/s390/kernel/irq.c | 14 ++++++++------
drivers/s390/crypto/zcrypt_ccamisc.c | 12 +++++++-----
drivers/s390/crypto/zcrypt_cex4.c | 3 +--
3 files changed, 16 insertions(+), 13 deletions(-)