From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart Van Assche Subject: [PATCH 0/2] dm: Avoid use-after-free of a mapped device Date: Fri, 22 Feb 2013 11:45:03 +0100 Message-ID: <51274C2F.6070500@acm.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Sender: linux-scsi-owner@vger.kernel.org To: device-mapper development , linux-scsi , Alasdair G Kergon , Jens Axboe , Mike Snitzer , Tejun Heo , James Bottomley List-Id: dm-devel.ids 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