Skip to content

Update kernel's PCI subsystem to v5.17

This series updates RHEL9's PCI subsystem with miscellaneous content from
upstream v5.17 -
  Merge tag 'pci-v5.17-fixes-5' of git://git.kernel.org/../helgaas/pci
  commit d8152cfe2f21d6930c680311b03b169899c8d2a0
  Merge: f672ff91236b 3f1271b54edc

  Merge tag 'pci-v5.17-fixes-4' of git://git.kernel.org/../helgaas/pci
  commit adccc16ea3c5fb205bdec0133d08e799aa6cc9ea
  Merge: 1d41d2e82623 075b7d363c67

  Merge tag 'pci-v5.17-fixes-3' of git://git.kernel.org/../helgaas/pci
  commit e09e1a40639ba10eff22984003c201db57fe033a
  Merge: 86286e486cbd 7dd3876205df
  
  Merge tag 'pci-v5.17-fixes-2' of git://git.kernel.org/../helgaas/pci
  commit f8c7e4ede46fe63ff10000669652648aab09d112
  Merge: 4cd90083d325 66d28b21fe6b

  Merge tag 'pci-v5.17-fixes-1' of git://git.kernel.org/../helgaas/pci
  commit 4141a5e694588897cbec955bc4a646075dc0afd7
  Merge: 85e67d56ebde 9c494ca4d3a5

  Merge tag 'pci-v5.17-changes' of git://git.kernel.org/../helgaas/pci
  https://lkml.org/lkml/2022/1/14/642
  commit d0a231f01e5b25bacd23e6edc7c979a18a517b2b
  Merge: 88db8458086b 87c71931633b
  94 files changed, 2612 insertions(+), 1733 deletions(-)

All patches except two within the series back-ported
cleanly.  The two conflicts encountered were the same as encountered 
upstream and are noted in the respective commit's message.

-v2  Removed "Depends:" meta-data as those are now in the repository.
     GitLab is deficient in being able to detect patches of a MR that
     have already been incorporated into the repository by some prior
     action, it sees such as a merge conflict, forcing a manual resolution.
     As I had to manually resolve such a merge conflict, I also added an
     additional "Fixes:" commit to the end of the series.

Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2066898  
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