[GIT PULL] Compute Express Link (CXL) Fix for 6.9-rc6

From: Dave Jiang
Date: Fri Apr 26 2024 - 13:39:30 EST


Hi Linus, please pull from

git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.9-rc6

..to receive a fix for the CXL subsystem.

Fix addresses a potential mailbox payload size confusion in cxl_mem_get_poison().

This has build success notification from the kbuild-robot. It has been in the -next
for several days with no reported issues.

---

The following changes since commit ed30a4a51bb196781c8058073ea720133a65596f:

Linux 6.9-rc5 (2024-04-21 12:35:54 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.9-rc6

for you to fetch changes up to 4b759dd5765503bd466defac7d93aca14c23a15d:

cxl/core: Fix potential payload size confusion in cxl_mem_get_poison() (2024-04-22 08:58:59 -0700)

----------------------------------------------------------------
cxl fixes for v6.9-rc6

- Fix potential payload size confusion in cxl_mem_get_poison()

----------------------------------------------------------------
Dan Williams (1):
cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()

drivers/cxl/core/mbox.c | 38 +++++++++++++++++---------------------
1 file changed, 17 insertions(+), 21 deletions(-)