Skip to content

Update kernel's PCI subsystem to v6.0

This series updates RHEL9's PCI subsystem with content from upstream v6.0 -
  Merge tag 'pci-v5.20-changes' of git://git.kernel.org/pub/../git/helgaas/pci
  https://lkml.org/lkml/2022/8/4/557
  commit eff0cb3d91c06acbb957be1134a07afa2c4978e3
  Merge: 31be1d0fbd95 c4f36c3ab065
  126 files changed, 4166 insertions(+), 2830 deletions(-)

There were five patches that did not back-port cleanly.  These were mostly
patch context, and not patch content, related, and are covered in the 
respective patch's "commit message" themselves.

-v2  Concerning former patch 11; I added three new pre-requisite back-ports to help this back-port apply more cleanly.
     Concerning former patch 64; I added the four new back-ports that recently showed up in v6.0-rc6 related to this
     patch to the end of the series.
     Concerning former patch 103; I added a mention about the pcie_port -> dw_pcie_rp conflicts in the commit message.


Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2124638
Depends: N/A
Tested: Nothing specifically targeted, just manual testing on a handful of
  machines looking for regressions of which none were seen; in general,
  if a system boots and runs with all known hardware active and usable,
  the PCI subsystem is behaving.

Signed-off-by: Myron Stowe <mstowe@redhat.com>
Edited by Myron Stowe

Merge request reports