Re: [PATCH v4 0/6] Fix races between blkcg code and request queue initialization and cleanup

2018-02-27 Thread Bart Van Assche
On Sat, 2018-02-24 at 20:44 +0800, Ming Lei wrote: > On Thu, Feb 22, 2018 at 05:08:02PM -0800, Bart Van Assche wrote: > > Hello Jens, > > > > Recently Joseph Qi identified races between the block cgroup code and > > request > > queue initialization and cleanup. This patch series address these

Re: [PATCH v4 0/6] Fix races between blkcg code and request queue initialization and cleanup

2018-02-27 Thread Bart Van Assche
On Thu, 2018-02-22 at 17:08 -0800, Bart Van Assche wrote: > Recently Joseph Qi identified races between the block cgroup code and request > queue initialization and cleanup. This patch series address these races. > Please > consider these patches for kernel v4.17. Hello Jens, Can you have a

Re: [PATCH v4 0/6] Fix races between blkcg code and request queue initialization and cleanup

2018-02-24 Thread Ming Lei
On Thu, Feb 22, 2018 at 05:08:02PM -0800, Bart Van Assche wrote: > Hello Jens, > > Recently Joseph Qi identified races between the block cgroup code and request > queue initialization and cleanup. This patch series address these races. > Please > consider these patches for kernel v4.17. > >

[PATCH v4 0/6] Fix races between blkcg code and request queue initialization and cleanup

2018-02-22 Thread Bart Van Assche
Hello Jens, Recently Joseph Qi identified races between the block cgroup code and request queue initialization and cleanup. This patch series address these races. Please consider these patches for kernel v4.17. Thanks, Bart. Changes between v3 and v4: - Added three patches that fix the calling