All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] Block fixes for 4.1-rc
Date: Fri, 22 May 2015 12:07:01 -0600	[thread overview]
Message-ID: <20150522180701.GA25982@kernel.dk> (raw)

Hi Linus,

Three small fixes that have been picked up the last few weeks.
Specifically:

- Fix a memory corruption issue in NVMe with malignant user constructed
  request. From Christoph.

- Kill (now) unused blk_queue_bio(), dm was changed to not need this
  anymore. From Mike Snitzer.

- Always use blk_schedule_flush_plug() from the io_schedule() path when
  flushing a plug, fixing a !TASK_RUNNING warning with md. From Shaohua.

Please pull!

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

----------------------------------------------------------------
Christoph Hellwig (1):
      nvme: fix kernel memory corruption with short INQUIRY buffers

Mike Snitzer (1):
      block: remove export for blk_queue_bio

Shaohua Li (1):
      sched: always use blk_schedule_flush_plug in io_schedule_out

 block/blk-core.c          | 5 +++--
 drivers/block/nvme-scsi.c | 3 ++-
 include/linux/blkdev.h    | 2 --
 kernel/sched/core.c       | 5 +----
 4 files changed, 6 insertions(+), 9 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2015-05-22 18:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22 18:07 Jens Axboe [this message]
  -- strict thread matches above, loose matches on Subject: below --
2015-06-03 21:35 [GIT PULL] Block fixes for 4.1-rc Jens Axboe
2015-05-08 18:12 Jens Axboe

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=20150522180701.GA25982@kernel.dk \
    --to=axboe@fb.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linuxfoundation.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.