From: Linus Torvalds Date: Fri, 11 Jul 2014 16:33:36 +0000 (-0700) Subject: Merge tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device... X-Git-Tag: v4.9.8~6123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=67b9d76f9e2f9f87f94a11521cc996dc2e43ce14;p=platform%2Fkernel%2Flinux-rpi3.git Merge tag 'dm-3.16-fixes' of git://git./linux/kernel/git/device-mapper/linux-dm Pull device mapper fixes from Mike Snitzer: - Fix DM multipath IO hang regression from 3.15 due to logic bug in multipath_busy. This impacted cable-pull testing and also the ability to boot with IPR SCSI on a POWER8 box. - Fix possible deadlock with deferred device removal by using a new dedicated workqueue rather than using the system workqueue. - Fix NULL pointer crash due to race condition in dm-io's wake up code for sync_io by using a completion. - Update dm-crypt and dm-zero author name following legal name change; this is important to Jana so I didn't see any reason to hold it back. * tag 'dm-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm: dm mpath: fix IO hang due to logic bug in multipath_busy dm io: fix a race condition in the wake up code for sync_io dm crypt, dm zero: update author name following legal name change dm: allocate a special workqueue for deferred device removal --- 67b9d76f9e2f9f87f94a11521cc996dc2e43ce14