From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Stodden Subject: [PATCH 0 of 8] Linux/pvops blktap + blkfront updates. Date: Fri, 26 Feb 2010 16:04:48 -0000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Xen Cc: Jeremy Fitzhardinge List-Id: xen-devel@lists.xenproject.org First 4 stop blktap barfing once and blkfront twice during shutdown, plus a memory leak. 16 A fix-double-free.diff: blktap: Fix tap kobj double unref in sysfs_destroy. 17 A fix-blk-cleanup.diff: blkfront: Fix backtrace in blk_cleanup_queue. 18 A fix-gendisk-leak.diff: blkfront: Stop leaking the gendisk struct. 19 A fix-bd-oops.diff: blkfront: Fix an unlikely xenbus crasher. The rest is decoration. 20 A blkfront-close.diff: blkfront: Clean up closing transition. 21 A xs-write-unlocked.diff: blkfront: Move xenstore accesses off the device release path. 22 A xlvbd-release-gendisk.diff: blkfront: Clean up blkfront_closing. 23 A debug-common.diff: blkfront: Clean up debug statements. Cheers, Daniel