[GIT PULL] s390 fixes for 6.15-rc6

From: Heiko Carstens
Date: Thu May 08 2025 - 07:19:37 EST


Hi Linus,

please pull s390 fixes for 6.15-rc6.

The following changes since commit 8ffd015db85fea3e15a77027fda6c02ced4d2444:

Linux 6.15-rc2 (2025-04-13 11:54:49 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.15-4

for you to fetch changes up to 05a2538f2b48500cf4e8a0a0ce76623cc5bafcf1:

s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFs (2025-05-07 13:35:05 +0200)

----------------------------------------------------------------
s390 fixes for 6.15-rc6

- Fix potential use-after-free bug and missing error handling in PCI code

- Fix dcssblk build error

- Fix last breaking event handling in case of stack corruption to
allow for better error reporting

- Update defconfigs

----------------------------------------------------------------
Gerald Schaefer (1):
s390/dcssblk: Fix build error with CONFIG_DAX=m and CONFIG_DCSSBLK=y

Heiko Carstens (2):
s390/entry: Fix last breaking event handling in case of stack corruption
s390: Update defconfigs

Konstantin Shkolnyy (2):
s390/configs: Enable VDPA on Nvidia ConnectX-6 network card
s390/configs: Enable options required for TC flow offload

Niklas Schnelle (2):
s390/pci: Fix missing check for zpci_create_device() error return
s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFs

arch/s390/configs/debug_defconfig | 28 +++++++++++++++++++---------
arch/s390/configs/defconfig | 24 +++++++++++++++++-------
arch/s390/configs/zfcpdump_defconfig | 1 -
arch/s390/kernel/entry.S | 3 ++-
arch/s390/pci/pci_clp.c | 2 ++
drivers/pci/hotplug/s390_pci_hpc.c | 1 -
drivers/s390/block/Kconfig | 3 +--
7 files changed, 41 insertions(+), 21 deletions(-)