[GIT PULL] s390 fixes for 6.10-rc6
From: Alexander Gordeev
Date: Thu Jun 27 2024 - 11:53:07 EST
Hello Linus,
Please pull s390 changes for 6.10-rc6.
Thank you,
Alexander
The following changes since commit 693d41f7c938f92d881e6a51525e6c132a186afd:
s390/mm: Restore mapping of kernel image using large pages (2024-06-11 16:20:40 +0200)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.10-7
for you to fetch changes up to cea5589e958f8aef301ce9d004bc73fa5bb3b304:
s390/boot: Do not adjust GOT entries for undef weak sym (2024-06-25 14:39:42 +0200)
----------------------------------------------------------------
s390 updates for 6.10-rc6
- Add missing virt_to_phys() conversion for directed interrupt
bit vectors
- Fix broken configuration change notifications for virtio-ccw
- Fix sclp_init() cleanup path on failure and as result - fix
a list double add warning
- Fix unconditional adjusting of GOT entries containing undefined
weak symbols that resolve to zero
----------------------------------------------------------------
Halil Pasic (1):
s390/virtio_ccw: Fix config change notifications
Heiko Carstens (1):
s390/sclp: Fix sclp_init() cleanup on failure
Jens Remus (1):
s390/boot: Do not adjust GOT entries for undef weak sym
Niklas Schnelle (1):
s390/pci: Add missing virt_to_phys() for directed DIBV
arch/s390/boot/startup.c | 11 +++++++----
arch/s390/pci/pci_irq.c | 2 +-
drivers/s390/char/sclp.c | 1 +
drivers/s390/virtio/virtio_ccw.c | 4 +++-
4 files changed, 12 insertions(+), 6 deletions(-)