]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 's390-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2026 17:30:37 +0000 (10:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 11 Jun 2026 17:30:37 +0000 (10:30 -0700)
commit2b414a95b8f7307d42173ba9e580d6d3e2bcbfce
treee3349ab3ed37a969406d19f956d659503a006c92
parent22e2036479cb77df6281ebbd376ae6c330774790
parent1f57f68c4dd101e5e8ffc9ffa6428f45bcdd776a
Merge tag 's390-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux

Pull s390 fix from Alexander Gordeev:

 - s390 selects GENERIC_LOCKBREAK when PREEMPT is enabled to tackle an
   old compile error that no longer exists. Since recently PREEMPT is
   always enabled, this LOCKBREAK config causes massive performance
   regressions.

   Remove GENERIC_LOCKBREAK from s390 Kconfig to fix the degradation.

* tag 's390-7.1-5' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
  s390: Remove GENERIC_LOCKBREAK Kconfig option