From: Ira Weiny <ira.weiny@intel.com>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: 'Linux Kernel Mailing List' <linux-kernel@vger.kernel.org>,
<linux-cxl@vger.kernel.org>, <nvdimm@lists.linux.dev>,
"Jiang, Dave" <dave.jiang@intel.com>,
Xichao Zhao <zhao.xichao@vivo.com>,
Colin Ian King <colin.i.king@gmail.com>,
Jonathan Cameron <jonathan.cameron@huawei.com>,
"Dan Williams" <dan.j.williams@intel.com>,
Guangshuo Li <lgs201920130244@gmail.com>,
Alison Schofield <alison.schofield@intel.com>,
Jiapeng Chong <jiapeng.chong@linux.alibaba.com>,
Abaci Robot <abaci@linux.alibaba.com>
Subject: [GIT PULL] NVDIMM for 6.18
Date: Mon, 6 Oct 2025 11:50:00 -0500 [thread overview]
Message-ID: <68e3f338166e_2bc301294bb@iweiny-mobl.notmuch> (raw)
Hey Linus, please pull from:
https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.18
... to get libnvdimm changes for the 6.18 kernel.
The changes are primarily bug fixes. Dave introduced the usage of cleanup.h a
bit late in the cycle to help with the new label work required within CXL.[1]
Unfortunately linux-next caught a bug so I delayed the pull request slightly to
include that fix of a duplicate slab.h include. Hopefully, I've managed that
correctly.
The fix has soaked in linux-next for a few days now with the rest of the
patches being in since Sept 26th.
Thanks,
Ira
[1] https://lore.kernel.org/all/20250917134116.1623730-1-s.neeraj@samsung.com/
---
The following changes since commit f83ec76bf285bea5727f478a68b894f5543ca76e:
Linux 6.17-rc6 (2025-09-14 14:21:14 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.18
for you to fetch changes up to 5c34f2b6f89ad4f31db15f9c658b597e23bacdf8:
nvdimm: Remove duplicate linux/slab.h header (2025-09-29 10:06:03 -0500)
----------------------------------------------------------------
libnvdimm for 6.18
nvdimm:
- ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
- Clean up __nd_ioctl() and remove gotos
- Remove duplicate linux/slab.h header
- Introduce guard() for nvdimm_bus_lock
- Use str_plural() to simplify the code
ACPI:
- NFIT: Fix incorrect ndr_desc being reportedin dev_err message
----------------------------------------------------------------
Colin Ian King (1):
ACPI: NFIT: Fix incorrect ndr_desc being reportedin dev_err message
Dave Jiang (2):
nvdimm: Introduce guard() for nvdimm_bus_lock
nvdimm: Clean up __nd_ioctl() and remove gotos
Guangshuo Li (1):
nvdimm: ndtest: Return -ENOMEM if devm_kcalloc() fails in ndtest_probe()
Jiapeng Chong (1):
nvdimm: Remove duplicate linux/slab.h header
Xichao Zhao (1):
nvdimm: Use str_plural() to simplify the code
drivers/acpi/nfit/core.c | 2 +-
drivers/nvdimm/badrange.c | 3 +-
drivers/nvdimm/btt_devs.c | 24 +++-----
drivers/nvdimm/bus.c | 72 ++++++++--------------
drivers/nvdimm/claim.c | 7 +--
drivers/nvdimm/core.c | 17 +++---
drivers/nvdimm/dax_devs.c | 12 ++--
drivers/nvdimm/dimm.c | 5 +-
drivers/nvdimm/dimm_devs.c | 48 ++++++---------
drivers/nvdimm/namespace_devs.c | 113 +++++++++++++++++------------------
drivers/nvdimm/nd.h | 3 +
drivers/nvdimm/pfn_devs.c | 63 ++++++++------------
drivers/nvdimm/region.c | 16 ++---
drivers/nvdimm/region_devs.c | 118 ++++++++++++++++---------------------
drivers/nvdimm/security.c | 10 +---
tools/testing/nvdimm/test/ndtest.c | 13 +++-
16 files changed, 229 insertions(+), 297 deletions(-)
next reply other threads:[~2025-10-06 16:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-06 16:50 Ira Weiny [this message]
2025-10-06 18:29 ` [GIT PULL] NVDIMM for 6.18 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=68e3f338166e_2bc301294bb@iweiny-mobl.notmuch \
--to=ira.weiny@intel.com \
--cc=abaci@linux.alibaba.com \
--cc=alison.schofield@intel.com \
--cc=colin.i.king@gmail.com \
--cc=dan.j.williams@intel.com \
--cc=dave.jiang@intel.com \
--cc=jiapeng.chong@linux.alibaba.com \
--cc=jonathan.cameron@huawei.com \
--cc=lgs201920130244@gmail.com \
--cc=linux-cxl@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nvdimm@lists.linux.dev \
--cc=torvalds@linux-foundation.org \
--cc=zhao.xichao@vivo.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