OSDN Git Service

Merge branch 'for-6.5/dax-cleanups' into nvdimm-for-next
authorVishal Verma <vishal.l.verma@intel.com>
Fri, 23 Jun 2023 21:20:00 +0000 (15:20 -0600)
committerVishal Verma <vishal.l.verma@intel.com>
Fri, 23 Jun 2023 21:20:00 +0000 (15:20 -0600)
commit95bf6df03d412f678a7b558da186c2ef797ac40c
treeae7c6b57d11bf3e5a2c898c7b33e21687118f2d2
parent0e796e3eafc5ba450a1f479f22aef4c8a4c7d686
parent46e66dab8565f742374e9cc4ff7d35f344d774e2
Merge branch 'for-6.5/dax-cleanups' into nvdimm-for-next

The reference counting of dax_region objects is needlessly complicated,
has lead to confusion [1], and has hidden a bug [2]. While testing the
cleanup for those issues, a CONFIG_DEBUG_KOBJECT_RELEASE test run
uncovered a use-after-free in dax_mapping_release(). Clean all of that
up.

Thanks to Yongqiang, Paul, and Ira for their analysis.

Additionally, clean up a redundant variable in fsdax, and fix memory
hotplug registration in the kmem driver.

[1]: http://lore.kernel.org/r/20221203095858.612027-1-liuyongqiang13@huawei.com
[2]: http://lore.kernel.org/r/3cf0890b-4eb0-e70e-cd9c-2ecc3d496263@hpe.com