NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-03-02 20:43:55 to 2026-03-19 01:15:24 UTC [more...]

[PATCH v7 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-19  1:14 UTC  (3+ messages)
` [PATCH v7 2/7] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v7 3/7] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding

[ndctl PATCH 0/2] ndctl: Fix build issues when fwctl is disabled
 2026-03-19  0:45 UTC  (5+ messages)
` [ndctl PATCH 1/2] ndctl: Fix missing key_type parameter in ndctl_dimm_remove_key stub
` [ndctl PATCH 2/2] ndctl/test: Fix meson configuration error when fwctl is disabled

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-18 21:49 UTC  (27+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 4/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 6/9] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v6 7/9] dax: Add deferred-work helpers for dax_hmem and dax_cxl coordination
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[GIT PULL] NVDIMM fixes for 7.0-rc5
 2026-03-17 23:59 UTC  (2+ messages)

[ANNOUNCE] ndctl v84
 2026-03-15  1:33 UTC 

[ndctl PATCH 1/2] test/common: add helpers for CXL region replay testing
 2026-03-14  6:21 UTC  (2+ messages)
` [ndctl PATCH 2/2] test/cxl-region-replay.sh: add test of region replay workflow

[PATCH v2] dax/kmem: account for partial dis-contiguous resource upon removal
 2026-03-11 16:53 UTC  (2+ messages)

support file system generated / verified integrity information v4
 2026-03-10 10:16 UTC  (10+ messages)
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code
` (subset) support file system generated / verified integrity information v4

[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
 2026-03-09 20:50 UTC  (31+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 03/12] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v3 04/12] vfs: widen trace event i_ino fields "
` [PATCH v3 05/12] cachefiles: "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 07/12] hugetlbfs: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 09/12] ext4: "
` [PATCH v3 10/12] f2fs: "
` [PATCH v3 11/12] nilfs2: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "

[PATCH] dax: Add direct_access() callback check for dax_direct_access()
 2026-03-09 16:58 UTC  (2+ messages)

[PATCH V7 00/19] famfs: port into fuse
 2026-03-09  6:27 UTC  (5+ messages)
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper

[PATCH V6 00/18] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-03-06 16:28 UTC  (15+ messages)
    ` [PATCH V6 10/18] cxl/mem: Refactor cxl pmem region auto-assembling
    ` [PATCH V6 12/18] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation

[PATCH] nvdimm/bus: Fix potential use after free in asynchronous initialization
 2026-03-06 23:07 UTC  (2+ messages)

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-03-06 11:45 UTC  (9+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH 0/6] mm: vma flag tweaks
 2026-03-06  1:28 UTC  (14+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-03-05 22:00 UTC  (4+ messages)
` [PATCH v9 12/19] cxl/extent: Process dynamic partition events and realize region extents

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-04 14:10 UTC  (128+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 023/110] ceph: "
` [PATCH v2 029/110] ext2: "
` [PATCH v2 031/110] hfs: "
` [PATCH v2 032/110] hfsplus: "
` [PATCH v2 034/110] isofs: "
` [PATCH v2 037/110] minix: "
` [PATCH v2 040/110] ocfs2: "
` [PATCH v2 046/110] udf: "
` [PATCH v2 048/110] zonefs: "
` [PATCH v2 049/110] security: "
` [PATCH v2 051/110] fsnotify: "
` [PATCH v2 053/110] uprobes: "
` [PATCH v2 059/110] vfs: "
` [PATCH v2 060/110] vfs: change kino_t from unsigned long to u64
` [PATCH v2 061/110] ext4: replace PRIino with %llu/%llx format strings
` [PATCH v2 062/110] jbd2: "
` [PATCH v2 067/110] proc: "
` [PATCH v2 068/110] nilfs2: "
` [PATCH v2 069/110] 9p: "
` [PATCH v2 076/110] ceph: "
` [PATCH v2 079/110] ecryptfs: "
` [PATCH v2 080/110] efs: "
` [PATCH v2 081/110] exportfs: "
` [PATCH v2 082/110] ext2: "
` [PATCH v2 083/110] freevxfs: "
` [PATCH v2 084/110] hfs: "
` [PATCH v2 085/110] hfsplus: "
` [PATCH v2 086/110] hpfs: "
` [PATCH v2 087/110] isofs: "
` [PATCH v2 088/110] jffs2: "
` [PATCH v2 089/110] jfs: "
` [PATCH v2 090/110] minix: "
` [PATCH v2 091/110] ntfs3: "
` [PATCH v2 092/110] ocfs2: "
` [PATCH v2 093/110] orangefs: "
` [PATCH v2 094/110] overlayfs: "
` [PATCH v2 095/110] qnx4: "
` [PATCH v2 096/110] qnx6: "
` [PATCH v2 097/110] ubifs: "
` [PATCH v2 098/110] udf: "
` [PATCH v2 099/110] ufs: "
` [PATCH v2 100/110] zonefs: "
` [PATCH v2 101/110] fscrypt: "
` [PATCH v2 102/110] fsverity: "
` [PATCH v2 103/110] iomap: "
` [PATCH v2 104/110] fsnotify: "
` [PATCH v2 105/110] security: "
` [PATCH v2 106/110] drm/amdgpu: "
` [PATCH v2 107/110] dma-buf: "
` [PATCH v2 108/110] net: "
` [PATCH v2 109/110] uprobes: "
` [PATCH v2 110/110] vfs: remove kino_t typedef and PRIino format macro

[BUG]: KASAN: slab-use-after-free in nd_async_device_register on commit 3609fa95fb0f2c1b099e69e56634edb8fc03f87c
 2026-03-04 13:05 UTC  (2+ messages)


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