Skip to content

Update kernel's PCI subsystem to v6.6

This series updates RHEL9's PCI subsystem with content from upstream v6.6 -

  Merge tag 'pci-v6.6-fixes-2' of git://git.kernel.org/pub/.../git/pci/pci
  https://lkml.org/lkml/2023/10/6/647
  commit af95dc6fdc25e616051d0234aad638e15c02ec8f
  Merge: a5e0a4b11c4a c82458101d54
  4 files changed, 43 insertions(+), 19 deletions(-)

  Merge tag 'pci-v6.6-fixes-1' of git://git.kernel.org/pub/.../git/pci/pci
  https://lkml.org/lkml/2023/9/9/150
  commit 060249b5d3447a84c91f22276d3fec723363319d
  Merge: fa9d4bf5b738 5260bd6d36c8
  3 files changed, 3 insertions(+), 2 deletions(-)

  Merge tag 'pci-v6.6-changes' of git://git.kernel.org/pub/.../git/pci/pci
  https://lkml.org/lkml/2023/8/30/
  commit b6f6167ea8a424d14b41c172fe7a5f49e164f221
  Merge: cd99b9eb4b70 43cc31da9146
  91 files changed, 1654 insertions(+), 903 deletions(-)


Changes from v2:
  Dropped the following, now 'duplicate', patches from series (upstream commit ids) -
  553bd2970014  of: device: Ignore modalias of reused nodes
  2295bed9bebe  of: device: Do not ignore error code in of_device 
  b19a4266c52d  of: Fix modalias string generation
  5c3d15e127eb  of: Update of_device_get_modalias()
  bd7a7ed774af  of: Move of_modalias() to module.c
  e6506f06d5e8  of: Move the request module helper logic to module.c
  b58fa269c59d  of: Move CPU node related functions to their own file
  5e70d0acf082  PCI: Add locking to RMW PCI Express Capability Register acce

Changes from v3:
  Dropped the following, now 'duplicate', patches from series (upstream commit ids) -
  92501fa6e421  net/mlx5: Ack on sync_reset_request only if PF can do reset
  8bb42ed4210e  net/mlx5: Expose timeout for sync reset unload stage
  6f8551f8d9e4  net/mlx5: Check DTOR entry value is not zero
  690ad62fc6e4  net/mlx5: Fix error code in mlx5_is_reset_now_cap


JIRA: https://issues.redhat.com/browse/RHEL-15044
Depends: N/A

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

Merge request reports