Re: [PATCH v4 0/2] mmap dio and DAX

2017-02-02 Thread Eryu Guan
On Fri, Feb 03, 2017 at 01:57:17PM +0800, Xiong Zhou wrote: > > I just wanted to let you know that I'm testing with these new xfstests right > > now, and so far I've been unable to successfully get any PMD faults. I'm > > looking into why that is right now, and should hopefully have some changes

Re: [PATCH v4 0/2] mmap dio and DAX

2017-02-02 Thread Xiong Zhou
On Tue, Jan 24, 2017 at 03:28:55PM -0700, Ross Zwisler wrote: > On Fri, Jan 20, 2017 at 02:15:48PM +0800, Xiong Zhou wrote: > > common/rc : requires SCRATCH_DEV support DAX > > src/t_mmap_dio.c : intro mmap and O_DIRECT rw through files > > tests/generic/405 : IO between DAX/non-DAX mountp

Courier was not able to deliver your parcel (ID002217892, UPS)

2017-02-02 Thread jefferu3
Dear Customer, UPS courier was unable to contact you for your parcel delivery. Please check delivery label attached! Warm regards, Neil Dickerson, UPS Chief Station Manager. ___ Linux-nvdimm mailing list Linux-nvdimm@lists.01.org https://lists.01.org/

Re: [PATCH] acpi, nfit: fix acpi_nfit_flush_probe() crash

2017-02-02 Thread Vishal Verma
On 02/02, Dan Williams wrote: > We queue an on-stack work item to 'nfit_wq' and wait for it to complete > as part of a 'flush_probe' request. However, if the user cancels the > wait we need to make sure the item is flushed from the queue otherwise > we are leaving an out-of-scope stack address on t

[PATCH] acpi, nfit: fix acpi_nfit_flush_probe() crash

2017-02-02 Thread Dan Williams
We queue an on-stack work item to 'nfit_wq' and wait for it to complete as part of a 'flush_probe' request. However, if the user cancels the wait we need to make sure the item is flushed from the queue otherwise we are leaving an out-of-scope stack address on the work list. BUG: unable to handle

Re: [PATCH] libnvdimm, namespace: do not delete namespace-id 0

2017-02-02 Thread Johannes Thumshirn
On Wed, Feb 01, 2017 at 10:35:21AM -0800, Dan Williams wrote: > Given that the naming of pmem devices changes from the pmemX form to the > pmemX.Y form when namespace id is greater than 0, arrange for namespaces > with id-0 to be exempt from deletion. Otherwise a simple reconfiguration > of an exis