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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Wed, 31 Oct 2012 12:09:39 +1100
From:	NeilBrown <neilb@...e.de>
To:	Linus Torvalds <torvalds@...ux-foundation.org>
Cc:	linux RAID <linux-raid@...r.kernel.org>,
	lkml <linux-kernel@...r.kernel.org>,
	Jonathan Brassow <jbrassow@...hat.com>,
	David Howells <dhowells@...hat.com>,
	Eric Sandeen <sandeen@...hat.com>
Subject: [PULL REQUEST] md fixes (plus UAPI reorg) for 3.7

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://neil.brown.name/md tags/md-3.7-fixes

for you to fetch changes up to ed30be077e705e0dff53bfc51d23feb8aeeab78f:

  MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c (2012-10-31 11:42:30 +1100)

----------------------------------------------------------------
Some fixes for md in 3.7
 - one recently introduced crash for dm-raid10 with discard
 - one bug in new functionality that has been around for a few releases.
 - minor bug in md's 'faulty' personality

 and UAPI disintegration for md.

----------------------------------------------------------------
David Howells (1):
      UAPI: (Scripted) Disintegrate include/linux/raid

Eric Sandeen (1):
      md faulty: use disk_stack_limits()

Jonathan Brassow (1):
      MD RAID10: Fix oops when creating RAID10 arrays via dm-raid.c

NeilBrown (2):
      Merge tag 'disintegrate-raid-20121009' of git://git.infradead.org/users/dhowells/linux-headers into for-next
      md/raid1: Fix assembling of arrays containing Replacements.

 drivers/md/faulty.c                  |   5 +-
 drivers/md/raid1.c                   |   2 +-
 drivers/md/raid10.c                  |  15 ++--
 include/linux/raid/Kbuild            |   2 -
 include/linux/raid/md_u.h            | 141 +------------------------------
 include/uapi/linux/raid/Kbuild       |   2 +
 include/{ => uapi}/linux/raid/md_p.h |   0
 include/uapi/linux/raid/md_u.h       | 155 +++++++++++++++++++++++++++++++++++
 8 files changed, 172 insertions(+), 150 deletions(-)
 rename include/{ => uapi}/linux/raid/md_p.h (100%)
 create mode 100644 include/uapi/linux/raid/md_u.h

Download attachment "signature.asc" of type "application/pgp-signature" (829 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ