Re: [PATCH v2] virtio_pmem: populate numa information

2022-12-06 Thread Gupta, Pankaj
+Cc [MST, virtualization-list] Hi Dan, MST, This patch is reviewed and tested. Is there anything that needs to be done from my side (e.g. sync with mainline)? If there are no further comments, Can we please merge this patch? Thank You, Pankaj (Adding my alternative email address to this t

[PATCH v2.2 1/8] fsdax: introduce page->share for fsdax in reflink mode

2022-12-06 Thread Shiyang Ruan
fsdax page is used not only when CoW, but also mapread. To make the it easily understood, use 'share' to indicate that the dax page is shared by more than one extent. And add helper functions to use it. Also, the flag needs to be renamed to PAGE_MAPPING_DAX_SHARED. Signed-off-by: Shiyang Ruan R

Re: [PATCH v2] virtio_pmem: populate numa information

2022-12-06 Thread Michael Sammler
This patch is reviewed and tested. Is there anything that needs to be done from my side (e.g. sync with mainline)? (Adding my alternative email address to this thread as I will soon lose access to the address I am sending this email from.)

Re: [PATCH] dax/hmem: Fix refcount leak in dax_hmem_probe()

2022-12-06 Thread Yongqiang Liu
在 2022/12/4 4:49, Ira Weiny 写道: On Sat, Dec 03, 2022 at 09:58:58AM +, Yongqiang Liu wrote: We should always call dax_region_put() whenever devm_create_dev_dax() succeed or fail to avoid refcount leak of dax_region. Move the return value check after dax_region_put(). I think dax_region_put