public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Heiko Carstens <hca@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Vasily Gorbik <gor@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: [GIT PULL] s390 fixes for 7.0 merge window
Date: Fri, 20 Feb 2026 13:33:33 +0100	[thread overview]
Message-ID: <20260220123333.20950Aed-hca@linux.ibm.com> (raw)

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(-)

             reply	other threads:[~2026-02-20 12:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-20 12:33 Heiko Carstens [this message]
2026-02-20 20:51 ` [GIT PULL] s390 fixes for 7.0 merge window pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260220123333.20950Aed-hca@linux.ibm.com \
    --to=hca@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=gor@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox