]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Mar 2026 21:18:13 +0000 (14:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 13 Mar 2026 21:18:13 +0000 (14:18 -0700)
commit8d9968859cf4efabf39b4c22eacdb990e5f7178e
tree39a3283af0d182bccd5007036313ed48d8eee982
parent2c361c9b7f452cf5331fe0d1230ab23c374a1fd2
parent598bbefa8032cc58b564a81d1ad68bd815c8dc0f
Merge tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fixes from Vasily Gorbik:

 - 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

* tag 's390-7.0-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390/zcrypt: Enable AUTOSEL_DOM for CCA serialnr sysfs attribute
  s390: Revert "s390/irq/idle: Remove psw bits early"