Linux CXL
 help / color / mirror / Atom feed
* [GIT PULL] Compute Express Link (CXL) Fixes for 6.10-rc3
@ 2024-06-03 21:00 Dave Jiang
  2024-06-03 22:47 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Dave Jiang @ 2024-06-03 21:00 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-cxl@vger.kernel.org, Dan Williams, Davidlohr Bueso,
	Jonathan Cameron, Ira Weiny, Alison Schofield, Vishal Verma

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-03 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-03 21:00 [GIT PULL] Compute Express Link (CXL) Fixes for 6.10-rc3 Dave Jiang
2024-06-03 22:47 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox