Skip to content

Update kernel's PCI subsystem to v5.18

This series updates RHEL 9's PCI subsystem with miscellaneous content from
upstream v5.18 -
  Merge tag 'pci-v5.18-changes' of git://git.kernel.org/../helgaas/pci
  https://lkml.org/lkml/2022/3/23/783
  commit 148a650476955705482dd57e7ffcf105d8b65440
  Merge: 636f64db07f3 611f841830aa
  64 files changed, 1593 insertions(+), 766 deletions(-)

  Merge tag 'pci-v5.18-changes-2' of git://git.kernel.org/../helgaas/pci
  https://lkml.org/lkml/2022/4/2/384
  commit 9a212aaf95369d56f811b60a1ebdfa7e6b0ca030
  Merge: 02d4f8a3e05b 22ef7ee3eeb2
  1 files changed, 8 deletions(-)

All patches within the series back-ported cleanly.

-v2
  Removed 1d38fe6ee6a8 PCI/VGA: Move vgaarb to drivers/pci
  and some VGA pre-requisited from the series as they have
  already been brought into RHEL.

-v3
  Removed the following patches from the series as they have
  already been brought into RHEL (and GitLab is not able to
  detect such and just skip them):
    e3c963c49887  ACPI: scan: Introduce acpi_fetch_acpi_dev()
    d06957d7a692 PCI: hv: Avoid the retarget interrupt hypercall ..
    22ef7ee3eeb2 PCI: hv: Remove unused hv_set_msi_entry_from_desc()

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