mbox series

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

Message ID 0ab5345e-3a73-45eb-af20-80b61f3de7e9@intel.com
State Accepted
Commit 5b43efa158e0a972ac19c54d00600bfffb7db7f6
Headers show
Series [GIT,PULL] Compute Express Link (CXL) Fix for 6.9-rc6 | expand

Pull-request

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

Message

Dave Jiang April 26, 2024, 5:39 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org April 26, 2024, 6:31 p.m. UTC | #1
The pull request you sent on Fri, 26 Apr 2024 10:39:00 -0700:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/5b43efa158e0a972ac19c54d00600bfffb7db7f6

Thank you!