This mini-series of two patches avoids that the device mapper implementation triggers a use-after-free during removal of a mapped device. The two patches in this series are: - block: Avoid invoking blk_run_queue() recursively - dm: Avoid use-after-free of a mapped device -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
- [PATCH 0/2] dm: Avoid use-after-free of a mapped device Bart Van Assche
- [PATCH 1/2] block: Avoid invoking blk_run_queue() rec... Bart Van Assche
- Re: [PATCH 1/2] block: Avoid invoking blk_run_que... Tejun Heo
- Re: [PATCH 1/2] block: Avoid invoking blk_run... Bart Van Assche
- Re: [PATCH 1/2] block: Avoid invoking blk... Jens Axboe
- Re: [PATCH 1/2] block: Avoid invokin... Bart Van Assche
- [PATCH 2/2] dm: Avoid use-after-free of a mapped devi... Bart Van Assche
- Re: [PATCH 2/2] dm: Avoid use-after-free of a map... Mike Snitzer
- Re: [PATCH 2/2] dm: Avoid use-after-free of a... Bart Van Assche
- Re: [PATCH 2/2] dm: Avoid use-after-free ... Mike Snitzer
- Re: [PATCH 2/2] dm: Avoid use-after-free of a map... Jun'ichi Nomura