[GIT,PULL] s390 updates for 6.3-rc3

Message ID your-ad-here.call-01679046223-ext-4713@work.hours
State New
Headers
Series [GIT,PULL] s390 updates for 6.3-rc3 |

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.3-3

Message

Vasily Gorbik March 17, 2023, 9:43 a.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org March 17, 2023, 5:38 p.m. UTC | #1
The pull request you sent on Fri, 17 Mar 2023 10:43:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git tags/s390-6.3-3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e50a80383e04a8e5a598a099979b52af7bfa7158

Thank you!