mbox series

[GIT,PULL] Compute Express Link (CXL) Fixes for 6.11-rc5

Message ID 104af007-3deb-41d6-a32b-0fd12173cdb2@intel.com
State Accepted
Commit 521b1e7f4cf0b05a47995b103596978224b380a8
Headers show
Series [GIT,PULL] Compute Express Link (CXL) Fixes for 6.11-rc5 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.11-rc5

Message

Dave Jiang Aug. 20, 2024, 3:33 p.m. UTC
Hi Linus, please pull from:
  
  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.11-rc5

...to receive 2 fixes for CXL subsystem.

The fixes include a check for RCH dport before accessing pci_host_bridge and a fix
to address a KASAN warning for the cxl regression test suite cxl-test.

These have all appeared in -next for a few days with no reported issues.

---

The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

  Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.11-rc5

for you to fetch changes up to 2c402bd2e85b44dc00ef85b5c0e217de684b5372:

  cxl/test: Skip cxl_setup_parent_dport() for emulated dports (2024-08-09 15:14:12 -0700)

----------------------------------------------------------------
cxl fixes for v6.11-rc5

- Check dport for RCH topology before accessing pci_host_bridge
- Skip unnecessary dport setup for cxl-test to fix KASAN warning

----------------------------------------------------------------
Li Ming (2):
      cxl/pci: Get AER capability address from RCRB only for RCH dport
      cxl/test: Skip cxl_setup_parent_dport() for emulated dports

 drivers/cxl/core/pci.c        | 10 ++++++----
 tools/testing/cxl/Kbuild      |  1 +
 tools/testing/cxl/test/mock.c | 12 ++++++++++++
 3 files changed, 19 insertions(+), 4 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 20, 2024, 3:40 p.m. UTC | #1
The pull request you sent on Tue, 20 Aug 2024 08:33:45 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.11-rc5

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/521b1e7f4cf0b05a47995b103596978224b380a8

Thank you!