Re: [PATCH 0/6] libnvdimm: Fix async operations and locking

2019-06-18 Thread Jane Chu
On 6/11/2019 4:25 PM, Dan Williams wrote: The libnvdimm subsystem uses async operations to parallelize device probing operations and to allow sysfs to trigger device_unregister() on deleted namepsaces. A multithreaded stress test of the libnvdimm sysfs interface uncovered a case where device_unre

[PATCH 0/6] libnvdimm: Fix async operations and locking

2019-06-11 Thread Dan Williams
The libnvdimm subsystem uses async operations to parallelize device probing operations and to allow sysfs to trigger device_unregister() on deleted namepsaces. A multithreaded stress test of the libnvdimm sysfs interface uncovered a case where device_unregister() is triggered multiple times, and th