public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] s390 fixes for 7.0 merge window
@ 2026-02-20 12:33 Heiko Carstens
  2026-02-20 20:51 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Carstens @ 2026-02-20 12:33 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: Vasily Gorbik, Alexander Gordeev, linux-s390, linux-kernel

Hi Linus,

please pull some s390 fixes for the 7.0 merge window.

Thanks,
Heiko

The following changes since commit ff661eeee26038f15ed9dd33c91809632e11d9eb:

  Merge tag 'cgroup-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup (2026-02-11 13:20:50 -0800)

are available in the Git repository at:

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

for you to fetch changes up to 123d2e75a14e8a21cecac3f3452221ba901f8111:

  s390/tape: Fix device driver name (2026-02-19 15:28:00 +0100)

----------------------------------------------------------------
s390 fixes for 7.0 merge window

- Make KEXEC_SIG available again for CONFIG_MODULES=n

- The s390 topology code used to call rebuild_sched_domains() before common
  code scheduling domains were setup. This was silently ignored by common
  code, but now results in a warning. Address by avoiding the early call

- Convert debug area lock from spinlock to raw spinlock to address lockdep
  warnings

- The recent 3490 tape device driver rework resulted in a different device
  driver name, which is visible via sysfs for user space. This breaks at
  least one user space application. Change the device driver name back to
  its old name to fix this

----------------------------------------------------------------
Alexander Egorenkov (1):
      s390/kexec: Make KEXEC_SIG available when CONFIG_MODULES=n

Benjamin Block (1):
      s390/debug: Convert debug area lock from a spinlock to a raw spinlock

Heiko Carstens (1):
      s390/smp: Avoid calling rebuild_sched_domains() early

Jan Höppner (1):
      s390/tape: Fix device driver name

 arch/s390/Kconfig             |  3 ++-
 arch/s390/include/asm/debug.h |  4 +--
 arch/s390/kernel/debug.c      | 60 +++++++++++++++++++++----------------------
 arch/s390/kernel/smp.c        |  2 +-
 drivers/s390/char/tape_3490.c |  2 +-
 5 files changed, 36 insertions(+), 35 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-02-20 20:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-20 12:33 [GIT PULL] s390 fixes for 7.0 merge window Heiko Carstens
2026-02-20 20:51 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox