[PATCH v4 0/7] blk-mq: fix race conditions on cpu hotplug handling

2015-09-26 Thread Akinobu Mita
This patchset addresses several race conditions on cpu hotplug handling for blk-mq. All problems can be reproducible by the following script. while true; do echo 0 > /sys/devices/system/cpu/cpu1/online echo 1 > /sys/devices/system/cpu/cpu1/online done & while true; do mod

Re: [PATCH v4 0/7] blk-mq: fix race conditions on cpu hotplug handling

2015-09-29 Thread Jens Axboe
On 09/26/2015 11:09 AM, Akinobu Mita wrote: This patchset addresses several race conditions on cpu hotplug handling for blk-mq. All problems can be reproducible by the following script. while true; do echo 0 > /sys/devices/system/cpu/cpu1/online echo 1 > /sys/devices/system/cpu/