Hello Linus, please pull s390 changes for 6.3-rc3. The s390-specific PCI fix adds a function to the common PCI code, which has been acked by Bjorn Helgaas as the PCI maintainer. https://lore.kernel.org/all/20230308231449.GA1057317@bhelgaas/ Thank you, Vasily The following changes since commit eeac8ede17557680855031c6f305ece2378af326: Linux 6.3-rc2 (2023-03-12 16:36:44 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.3-3 for you to fetch changes up to d7a0bdbf17276b757d2b89f5351bbee9ecf58fe6: s390: update defconfigs (2023-03-13 09:15:11 +0100) ---------------------------------------------------------------- s390 updates for 6.3-rc3 - Update defconfigs. - Fix early boot code by adding missing intersection check to prevent potential overwriting of the ipl report. - Fix a use-after-free issue in s390-specific code related to PCI resources being retained after hot-unplugging individual functions, by removing the resources from the PCI bus's resource list and using the zpci_bar_struct's resource pointer directly. ---------------------------------------------------------------- Heiko Carstens (1): s390: update defconfigs Niklas Schnelle (1): PCI: s390: Fix use-after-free of PCI resources with per-function hotplug Sven Schnelle (1): s390/ipl: add missing intersection check to ipl_report handling arch/s390/boot/ipl_report.c | 8 ++++++++ arch/s390/configs/debug_defconfig | 13 ++++--------- arch/s390/configs/defconfig | 12 +++--------- arch/s390/configs/zfcpdump_defconfig | 2 +- arch/s390/pci/pci.c | 16 ++++++++++------ arch/s390/pci/pci_bus.c | 12 +++++------- arch/s390/pci/pci_bus.h | 3 +-- drivers/pci/bus.c | 21 +++++++++++++++++++++ include/linux/pci.h | 1 + 9 files changed, 54 insertions(+), 34 deletions(-)