public inbox for linux-kernel@vger.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] Final block fixes for 3.9
Date: Tue, 9 Apr 2013 16:50:07 +0200	[thread overview]
Message-ID: <20130409145007.GI12244@kernel.dk> (raw)

Hi Linus,

I've got a few smaller fixes queued up for 3.9 that should go in. The
major one is the loop regression, the others are nice fixes on their own
though. It contains:

- Fix for unitialized var in the block sysfs code, courtesy of Arnd and
  gcc-4.8.

- Two fixes for mtip32xx, fixing probe and command timeout. Also a debug
  measure that could have waited for 3.10, but it's driver only, so I
  let it slip in.

- Revert the loop partition cleanup fix, it could cause a deadlock on
  auto-teardown as part of umount. The fix is clear, but at this point
  we just want to revert it and get a real fix in for 3.10.

Please pull! Tag is signed.

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

----------------------------------------------------------------
for-linus-20130409

----------------------------------------------------------------
Arnd Bergmann (1):
      block: avoid using uninitialized value in from queue_var_store

Asai Thambi S P (3):
      mtip32xx: recovery from command timeout
      mtip32xx: return 0 from pci probe in case of rebuild
      mtip32xx: Add debugfs entry device_status

Jens Axboe (2):
      mtip32xx: fix two smatch warnings
      Revert "loop: cleanup partitions when detaching loop device"

 block/blk-sysfs.c                 |   2 +
 block/partition-generic.c         |   1 -
 drivers/block/loop.c              |  21 +--
 drivers/block/mtip32xx/mtip32xx.c | 327 +++++++++++++++++++++++++++-----------
 drivers/block/mtip32xx/mtip32xx.h |  18 ++-
 5 files changed, 247 insertions(+), 122 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2013-04-09 14:50 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=20130409145007.GI12244@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox