Re: [PATCH v2 0/2] Fix a race condition related to creation of /dev/nvme0n

2018-08-13 Thread Bart Van Assche
On Mon, 2018-08-13 at 20:42 +0200, Hannes Reinecke wrote: > I have fixed the very same thing with my patchset titled "genhd: > register default groups with device_add_disk" which is waiting for > inclusion. Thanks Hannes for the feedback. I will drop this patch series and review your patches

Re: [PATCH v2 0/2] Fix a race condition related to creation of /dev/nvme0n

2018-08-13 Thread Hannes Reinecke
On 08/13/2018 07:25 PM, Bart Van Assche wrote: Hello Jens, The two patches in this series fix a race condition related to the creation of the sysfs attributes for the /dev/nvme0n devices nodes. I encountered this race while adding tests to the blktests project for the NVMeOF kernel drivers.

[PATCH v2 0/2] Fix a race condition related to creation of /dev/nvme0n

2018-08-13 Thread Bart Van Assche
Hello Jens, The two patches in this series fix a race condition related to the creation of the sysfs attributes for the /dev/nvme0n devices nodes. I encountered this race while adding tests to the blktests project for the NVMeOF kernel drivers. Please consider these patches for the upstream