lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Fri, 11 Jul 2014 09:52:00 -0400
From:	Mike Snitzer <snitzer@...hat.com>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	dm-devel@...hat.com, linux-kernel@...r.kernel.org,
	Alasdair G Kergon <agk@...hat.com>,
	Joe Thornber <ejt@...hat.com>,
	Mikulas Patocka <mpatocka@...hat.com>,
	"Jun'ichi Nomura" <j-nomura@...jp.nec.com>,
	Bart Van Assche <bvanassche@....org>,
	Jana Saout <jana@...ut.de>,
	Minfei Huang <huangminfei@...oud.cn>,
	Dan Carpenter <dan.carpenter@...cle.com>
Subject: [git pull] device mapper fixes for 3.16-rc5

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ