Merge tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Pull s390 fixes from Vasily Gorbik: - 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 * tag 's390-6.3-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux: s390: update defconfigs PCI: s390: Fix use-after-free of PCI resources with per-function hotplug s390/ipl: add missing intersection check to ipl_report handling
No related branches found
No related tags found
Showing
- arch/s390/boot/ipl_report.c 8 additions, 0 deletionsarch/s390/boot/ipl_report.c
- arch/s390/configs/debug_defconfig 4 additions, 9 deletionsarch/s390/configs/debug_defconfig
- arch/s390/configs/defconfig 3 additions, 9 deletionsarch/s390/configs/defconfig
- arch/s390/configs/zfcpdump_defconfig 1 addition, 1 deletionarch/s390/configs/zfcpdump_defconfig
- arch/s390/pci/pci.c 10 additions, 6 deletionsarch/s390/pci/pci.c
- arch/s390/pci/pci_bus.c 5 additions, 7 deletionsarch/s390/pci/pci_bus.c
- arch/s390/pci/pci_bus.h 1 addition, 2 deletionsarch/s390/pci/pci_bus.h
- drivers/pci/bus.c 21 additions, 0 deletionsdrivers/pci/bus.c
- include/linux/pci.h 1 addition, 0 deletionsinclude/linux/pci.h
Loading
Please register or sign in to comment