public inbox for linux-s390@vger.kernel.org
 help / color / mirror / Atom feed
From: Vasily Gorbik <gor@linux.ibm.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Heiko Carstens <hca@linux.ibm.com>,
	Alexander Gordeev <agordeev@linux.ibm.com>,
	Bjorn Helgaas <bhelgaas@google.com>,
	linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org
Subject: [GIT PULL] s390 updates for 6.3-rc3
Date: Fri, 17 Mar 2023 10:43:43 +0100	[thread overview]
Message-ID: <your-ad-here.call-01679046223-ext-4713@work.hours> (raw)

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(-)

             reply	other threads:[~2023-03-17  9:44 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-17  9:43 Vasily Gorbik [this message]
2023-03-17 17:38 ` [GIT PULL] s390 updates for 6.3-rc3 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=your-ad-here.call-01679046223-ext-4713@work.hours \
    --to=gor@linux.ibm.com \
    --cc=agordeev@linux.ibm.com \
    --cc=bhelgaas@google.com \
    --cc=hca@linux.ibm.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-s390@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox