Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Jan 2024 21:55:56 +0000 (13:55 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 28 Jan 2024 21:55:56 +0000 (13:55 -0800)
commit3eb5ca857d38ae7a694de6e59a3de7990af87919
treefcf58a0cd87f3b54dcb056fd677bc7f8e08656d6
parent4854cf9c61d060209d2b431f4a787f6952967022
parentd76779dd3681c01a4c6c3cae4d0627c9083e0ee6
Merge tag 'cxl-fixes-6.8-rc2' of git://git./linux/kernel/git/cxl/cxl

Pull cxl fixes from Dan Williams:
 "A build regression fix, a device compatibility fix, and an original
  bug preventing creation of large (16 device) interleave sets:

   - 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"

* tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl:
  cxl/region:Fix overflow issue in alloc_hpa()
  cxl/pci: Skip irq features if MSI/MSI-X are not supported
  tools/testing/nvdimm: Disable "missing prototypes / declarations" warnings
  tools/testing/cxl: Disable "missing prototypes / declarations" warnings