Message ID | 20180730211056.18570-1-bart.vanassche@wdc.com (mailing list archive) |
---|---|
Headers | show |
Series | Ensure that a request queue is dissociated from the cgroup controller | expand |
On Mon, 2018-07-30 at 14:10 -0700, Bart Van Assche wrote: > Several block drivers call alloc_disk() followed by put_disk() if something > fails before device_add_disk() is called without calling blk_cleanup_queue(). > Make sure that also for this scenario a request queue is dissociated from the > cgroup controller. This patch avoids that loading the parport_pc, paride and > pf drivers trigger a kernel crash. Since this patch series fixes a regression, > please consider these patches for kernel v4.19. [ ... ] Can anyone help with reviewing this patch series? This patch series is several months old and fixes a regression that was reported by a Linux user. Thanks, Bart.