mbox series

[GIT,PULL] Compute Express Link (CXL) Fixes for 6.10-rc3

Message ID 2d329d00-c5eb-47b2-8529-5cc177fd0770@intel.com
State Accepted
Commit 2ab79514109578fc4b6df90633d500cf281eb689
Headers show
Series [GIT,PULL] Compute Express Link (CXL) Fixes for 6.10-rc3 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.10-rc3

Message

Dave Jiang June 3, 2024, 9 p.m. UTC
Hi Linus, please pull from

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.10-rc3

...to receive couple fixes for the CXL subsystem.

A fix to add the missing linux/vmalloc.h header in cxl-test due to 6.10 changes
that no longer include the vmalloc.h header from the currently included headers
and prevent the cxl-test from compiling.

A fix to address 'memregion' leak in devm_cxl_add_region().

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

---

The following changes since commit 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0:

  Linux 6.10-rc1 (2024-05-26 15:20:12 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.10-rc3

for you to fetch changes up to 49ba7b515c4c0719b866d16f068e62d16a8a3dd1:

  cxl/region: Fix memregion leaks in devm_cxl_add_region() (2024-05-28 16:09:17 -0700)

----------------------------------------------------------------
cxl fixes for v6.10-rc3

- Compile fix for cxl-test from missing linux/vmalloc.h
- Fix for memregion leaks in devm_cxl_add_region()

----------------------------------------------------------------
Dave Jiang (1):
      cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c

Li Zhijian (1):
      cxl/region: Fix memregion leaks in devm_cxl_add_region()

 drivers/cxl/core/region.c    | 18 +++++++++---------
 tools/testing/cxl/test/mem.c |  1 +
 2 files changed, 10 insertions(+), 9 deletions(-)

Comments

pr-tracker-bot@kernel.org June 3, 2024, 10:47 p.m. UTC | #1
The pull request you sent on Mon, 3 Jun 2024 14:00:17 -0700:

> git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl.git tags/cxl-fixes-6.10-rc3

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/2ab79514109578fc4b6df90633d500cf281eb689

Thank you!