mbox series

[GIT,PULL] Compute Express Link (CXL) Fixes for 6.8-rc2

Message ID 65b6a29eee7e6_56723294ce@dwillia2-mobl3.amr.corp.intel.com.notmuch
State Accepted
Commit 3eb5ca857d38ae7a694de6e59a3de7990af87919
Headers show
Series [GIT,PULL] Compute Express Link (CXL) Fixes for 6.8-rc2 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-6.8-rc2

Message

Dan Williams Jan. 28, 2024, 6:53 p.m. UTC
Hi Linus, please pull from:

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-6.8-rc2

...to receive a build regression fix, a device compatibility fix, and an
original bug preventing creation of large (16 device) interleave sets.
It has all appeared in linux-next with no reported issues.

---

The following changes since commit 6613476e225e090cc9aad49be7fa504e290dd33d:

  Linux 6.8-rc1 (2024-01-21 14:11:32 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-6.8-rc2

for you to fetch changes up to d76779dd3681c01a4c6c3cae4d0627c9083e0ee6:

  cxl/region:Fix overflow issue in alloc_hpa() (2024-01-24 21:03:03 -0800)

----------------------------------------------------------------
cxl fixes for 6.8-rc2

- Fix unit test build regression fallout from global
  "missing-prototypes" change

- Fix compatibility with devices that do not support interrupts

- Fix overflow when calculating the capacity of large interleave sets

----------------------------------------------------------------
Dan Williams (2):
      tools/testing/cxl: Disable "missing prototypes / declarations" warnings
      tools/testing/nvdimm: Disable "missing prototypes / declarations" warnings

Ira Weiny (1):
      cxl/pci: Skip irq features if MSI/MSI-X are not supported

Quanquan Cao (1):
      cxl/region:Fix overflow issue in alloc_hpa()

 drivers/cxl/core/region.c     |  4 ++--
 drivers/cxl/pci.c             | 26 +++++++++++++++-----------
 tools/testing/cxl/Kbuild      |  2 ++
 tools/testing/cxl/test/Kbuild |  2 ++
 tools/testing/nvdimm/Kbuild   |  2 ++
 5 files changed, 23 insertions(+), 13 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 28, 2024, 10:41 p.m. UTC | #1
The pull request you sent on Sun, 28 Jan 2024 10:53:19 -0800:

> git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl tags/cxl-fixes-6.8-rc2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3eb5ca857d38ae7a694de6e59a3de7990af87919

Thank you!