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 fixes for 3.13-rc
Date: Thu, 5 Dec 2013 14:38:40 -0700	[thread overview]
Message-ID: <20131205213840.GA5051@kernel.dk> (raw)

Hi Linus,

A small collection of fixes for the current series. It contains:

- A fix for a use-after-free of a request in blk-mq. From Ming Lei.

- A fix for a blk-mq bug that could attempt to dereference a NULL rq if
  allocation failed.

- Two xen-blkfront small fixes.

- Cleanup of submit_bio_wait() type uses in the kernel, unifying that.
  From Kent.

- A fix for 32-bit blkg_rwstat reading. I apologize for this one looking
  mangled in the shortlog, it's entirely my fault for missing an empty
  line between the description and body of the text.

Please pull!

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

----------------------------------------------------------------
Felipe Pena (1):
      block: xen-blkfront: Fix possible NULL ptr dereference

Hong Zhiguo (1):
      Update of blkg_stat and blkg_rwstat may happen in bh context.     While u64_stats_fetch_retry is only preempt_disable on 32bit     UP system. This is not enough to avoid preemption by bh and     may read strange 64 bit value.

Jeff Moyer (1):
      blk-mq: fix dereference of rq->mq_ctx if allocation fails

Jens Axboe (1):
      Merge branch 'stable/for-jens-3.13-take-two' of git://git.kernel.org/.../xen/tip into for-linus

Kent Overstreet (1):
      block: submit_bio_wait() conversions

Ming Lei (1):
      blk-mq: fix use-after-free of request

Tim Gardner (1):
      xen-blkfront: Silence pfn maybe-uninitialized warning

 block/blk-cgroup.h           |  8 ++++----
 block/blk-flush.c            | 19 +------------------
 block/blk-mq.c               | 16 ++++++++++------
 drivers/block/xen-blkfront.c |  7 ++++++-
 drivers/md/md.c              | 12 +-----------
 fs/btrfs/check-integrity.c   | 32 +++++++++++++-------------------
 fs/btrfs/check-integrity.h   |  2 ++
 fs/btrfs/extent_io.c         | 12 +-----------
 fs/btrfs/scrub.c             | 33 ++++-----------------------------
 fs/hfsplus/wrapper.c         | 17 +----------------
 fs/logfs/dev_bdev.c          | 13 +------------
 11 files changed, 44 insertions(+), 127 deletions(-)

-- 
Jens Axboe


                 reply	other threads:[~2013-12-05 21:38 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=20131205213840.GA5051@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.