All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: [GIT PULL] Block bits for 3.8 final
Date: Wed, 6 Feb 2013 15:42:29 +0100	[thread overview]
Message-ID: <20130206144228.GU15092@kernel.dk> (raw)

Hi Linus,

I've got a few bits pending for 3.8 final, that I better get sent out.
It's all been sitting for a while, I consider it safe.

It contains:

- Two bug fixes for mtip32xx, fixing a driver hang and a crash.

- A few-liner protocol error fix for drbd.

- A few fixes for the xen block front/back driver, fixing a potential
  data corruption issue.

- A race fix for disk_clear_events(), causing spurious warnings. Out of
  the Chrome OS base.

- A deadlock fix for disk_clear_events(), moving it to the a unfreezable
  workqueue. Also from the Chrome OS base.

Please pull!

  git://git.kernel.dk/linux-block.git for-linus


Asai Thambi S P (2):
      mtip32xx: fix for driver hang after a command timeout
      mtip32xx: fix for crash when the device surprise removed during rebuild

Derek Basehore (2):
      block: remove deadlock in disk_clear_events
      block: prevent race/cleanup

Jens Axboe (2):
      Merge branch 'stable/for-jens-3.8' of git://git.kernel.org/.../konrad/xen into for-linus
      Merge branch 'for-jens' of git://git.drbd.org/linux-drbd into for-linus

Lars Ellenberg (1):
      drbd: fix potential protocol error and resulting disconnect/reconnect

Roger Pau Monne (3):
      xen-blkback: implement safe iterator for the list of persistent grants
      llist/xen-blkfront: implement safe version of llist_for_each_entry
      xen-blkfront: handle bvecs with partial data

 block/genhd.c                       | 42 ++++++++++++++++++++++++++++---------
 drivers/block/drbd/drbd_req.c       |  2 +-
 drivers/block/drbd/drbd_req.h       |  1 +
 drivers/block/drbd/drbd_state.c     |  7 +++++++
 drivers/block/mtip32xx/mtip32xx.c   | 24 +++++++++++++++------
 drivers/block/xen-blkback/blkback.c | 18 +++++++++-------
 drivers/block/xen-blkfront.c        | 10 +++++----
 include/linux/llist.h               | 25 ++++++++++++++++++++++
 8 files changed, 101 insertions(+), 28 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2013-02-06 14:43 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=20130206144228.GU15092@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-kernel@vger.kernel.org \
    --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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.