Update kernel's PCI subsystem to v6.10
This series updates RHEL9's PCI subsystem with content from upstream v6.10 -
Merge tag 'pci-v6.10-fixes-2' of git://git.kernel.org/pub/.../pci/pci
https://lkml.org/lkml/2024/7/5/1008
commit d270dd21bee023ab627f34cfb77a9b89a688492a
Merge: b673f2bda0c9 419d57d429f6
2 files changed, 4 insertions, 3 deletions
Merge tag 'pci-v6.10-fixes-1' of git://git.kernel.org/pub/.../pci/pci
https://lkml.org/lkml/2024/6/6/1342
commit d91e656262aeef16f6a296a2b6c8b0f7243f408a
Merge: d30d0e49da71 c9d52fb313d3
5 files changed, 15 deletions
Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/../pci/pci
https://lkml.org/lkml/2024/5/20/872
commit f0bae243b2bcf2b160ae547463bf542762beef8f
Merge: fa8151cabfaa 7ecf13fd35fe
130 files changed, 1232 insertions, 761 deletions
The vast majority of patches within the series back-ported cleanly.
However, there were a few back-ports where some changes were made to the
originating upstream patch due to it either not being quite up to date with
more recent changes, or subsequent changes were made during its merge
commit. All such occurances are noted in the back-port's commit message
with the same changes that occurred upstream being made in the back-port to
keep things in sync.
JIRA: https://issues.redhat.com/browse/RHEL-50255
Omitted-Fix: 26641b3f22ab "PCI: Fix CONFIG_PCI_DYNAMIC_OF_NODES kconfig
dependencies".
This is related to the back-port of upstream commit 407d1a51921e
(patch 7/100). As mentioned in that commit, this series is not
intending to enable new functionality, thus the updates to both
the Makefile and Kconfig files were skipped. However, taking the
updates for the remaining patch's files does help with this, and
future, back-port efforts, enabling them to be cleaner overall.
As such, this ommitted-fix target is also being skipped.
Signed-off-by: Myron Stowe <mstowe@redhat.com>