public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux RAID <linux-raid@vger.kernel.org>,
	lkml <linux-kernel@vger.kernel.org>,
	Jonathan Brassow <jbrassow@redhat.com>,
	David Howells <dhowells@redhat.com>,
	Eric Sandeen <sandeen@redhat.com>
Subject: [PULL REQUEST] md fixes (plus UAPI reorg) for 3.7
Date: Wed, 31 Oct 2012 12:09:39 +1100	[thread overview]
Message-ID: <20121031120939.30e27e50@notabene.brown> (raw)

[-- Attachment #1: Type: text/plain, Size: 1802 bytes --]

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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

                 reply	other threads:[~2012-10-31  1:09 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20121031120939.30e27e50@notabene.brown \
    --to=neilb@suse.de \
    --cc=dhowells@redhat.com \
    --cc=jbrassow@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-raid@vger.kernel.org \
    --cc=sandeen@redhat.com \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox