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

From: Dan Williams
Date: Sun Jan 28 2024 - 13:53:58 EST


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(-)