[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <6740e31574b0e_2de57f294c9@iweiny-mobl.notmuch>
Date: Fri, 22 Nov 2024 14:01:25 -0600
From: Ira Weiny <ira.weiny@...el.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
CC: Shen Lichuan <shenlichuan@...o.com>, Yi Yang <yiyang13@...wei.com>,
"Vegard Nossum" <vegard.nossum@...cle.com>, Harshit Mogalapalli
<harshit.m.mogalapalli@...cle.com>, Christophe JAILLET
<christophe.jaillet@...adoo.fr>, Dan Williams <dan.j.williams@...el.com>,
Dave Jiang <dave.jiang@...el.com>, Alison Schofield
<alison.schofield@...el.com>, <nvdimm@...ts.linux.dev>,
<linux-kernel@...r.kernel.org>
Subject: [GIT PULL] NVDIMM and DAX for 6.13
Hi Linus, please pull from
git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.13
Changes for the nvdimm tree.
Most represent minor cleanups and code removals. One patch fixes potential
NULL pointer arithmetic which was benign because the offset of the member was
0. Never the less it should be cleaned up.
These have soaked in linux-next since Nov 15th without issues.
Thank you,
Ira
---
The following changes since commit 50643bbc9eb697636d08ccabb54f1b7d57941910:
Merge tag 'sound-6.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound (2024-11-08 07:44:28 -1000)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm.git tags/libnvdimm-for-6.13
for you to fetch changes up to f3dd9ae7f03aefa5bb12a4606f3d6cca87863622:
dax: Remove an unused field in struct dax_operations (2024-11-13 13:00:35 -0600)
----------------------------------------------------------------
libnvdimm additions for 6.13
- typo fixes
- Clarify logic to remove potential NULL pointer math
- Remove dead code
----------------------------------------------------------------
Christophe JAILLET (1):
dax: Remove an unused field in struct dax_operations
Harshit Mogalapalli (1):
dax: delete a stale directory pmem
Shen Lichuan (1):
nvdimm: Correct some typos in comments
Yi Yang (1):
nvdimm: rectify the illogical code within nd_dax_probe()
drivers/dax/pmem/Makefile | 7 -------
drivers/dax/pmem/pmem.c | 10 ----------
drivers/nvdimm/dax_devs.c | 4 ++--
drivers/nvdimm/nd.h | 7 +++++++
drivers/nvdimm/nd_virtio.c | 2 +-
drivers/nvdimm/pfn_devs.c | 2 +-
drivers/nvdimm/pmem.c | 2 +-
include/linux/dax.h | 6 ------
8 files changed, 12 insertions(+), 28 deletions(-)
delete mode 100644 drivers/dax/pmem/Makefile
delete mode 100644 drivers/dax/pmem/pmem.c
Powered by blists - more mailing lists