From: Dave Jiang <dave.jiang@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-cxl@vger.kernel.org" <linux-cxl@vger.kernel.org>,
Dan Williams <dan.j.williams@intel.com>,
Davidlohr Bueso <dave@stgolabs.net>,
Jonathan Cameron <Jonathan.Cameron@huawei.com>,
Ira Weiny <ira.weiny@intel.com>,
Alison Schofield <alison.schofield@intel.com>,
Vishal Verma <vishal.l.verma@intel.com>
Subject: [GIT PULL] Compute Express Link (CXL) Fixes for 6.10-rc3
Date: Mon, 3 Jun 2024 14:00:17 -0700 [thread overview]
Message-ID: <2d329d00-c5eb-47b2-8529-5cc177fd0770@intel.com> (raw)
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(-)
next reply other threads:[~2024-06-03 21:00 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-03 21:00 Dave Jiang [this message]
2024-06-03 22:47 ` [GIT PULL] Compute Express Link (CXL) Fixes for 6.10-rc3 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2d329d00-c5eb-47b2-8529-5cc177fd0770@intel.com \
--to=dave.jiang@intel.com \
--cc=Jonathan.Cameron@huawei.com \
--cc=alison.schofield@intel.com \
--cc=dan.j.williams@intel.com \
--cc=dave@stgolabs.net \
--cc=ira.weiny@intel.com \
--cc=linux-cxl@vger.kernel.org \
--cc=torvalds@linux-foundation.org \
--cc=vishal.l.verma@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox