Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932245AbaGKNwq (ORCPT ); Fri, 11 Jul 2014 09:52:46 -0400 Received: from mx1.redhat.com ([209.132.183.28]:62976 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752322AbaGKNwo (ORCPT ); Fri, 11 Jul 2014 09:52:44 -0400 Date: Fri, 11 Jul 2014 09:52:00 -0400 From: Mike Snitzer To: Linus Torvalds Cc: dm-devel@redhat.com, linux-kernel@vger.kernel.org, Alasdair G Kergon , Joe Thornber , Mikulas Patocka , "Jun'ichi Nomura" , Bart Van Assche , Jana Saout , Minfei Huang , Dan Carpenter Subject: [git pull] device mapper fixes for 3.16-rc5 Message-ID: <20140711135200.GA15970@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, The following changes since commit 4c834452aad01531db949414f94f817a86348d59: Linux 3.16-rc3 (2014-06-29 14:11:36 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git tags/dm-3.16-fixes for you to fetch changes up to 7a7a3b45fed9a144dbf766ee842a4c5d0632b81d: dm mpath: fix IO hang due to logic bug in multipath_busy (2014-07-10 16:44:15 -0400) All fixes are marked for stable. Please pull, thanks. Mike ---------------------------------------------------------------- . 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. ---------------------------------------------------------------- Jana Saout (1): dm crypt, dm zero: update author name following legal name change Joe Thornber (1): dm io: fix a race condition in the wake up code for sync_io Jun'ichi Nomura (1): dm mpath: fix IO hang due to logic bug in multipath_busy Mikulas Patocka (1): dm: allocate a special workqueue for deferred device removal drivers/md/dm-crypt.c | 4 ++-- drivers/md/dm-io.c | 22 ++++++++-------------- drivers/md/dm-mpath.c | 5 +++-- drivers/md/dm-zero.c | 4 ++-- drivers/md/dm.c | 15 +++++++++++++-- 5 files changed, 28 insertions(+), 22 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/