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-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Storage fixes for 4.20-rc6
Date: Fri, 14 Dec 2018 12:54:09 -0700	[thread overview]
Message-ID: <2dd937be-804a-7524-d088-83da7e405ed0@kernel.dk> (raw)

Hi Linus,

Three small fixes for this week. This pull request contains:

- spectre indexing fix for aio (Jeff)

- Fix for the previous zeroing bio fix, we don't need it for user mapped
  pages, and in fact it breaks some applications if we do (Keith)

- Allocation failure fix for null_blk with zoned (Shin'ichiro)

Please pull!


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


----------------------------------------------------------------
Jeff Moyer (1):
      aio: fix spectre gadget in lookup_ioctx

Keith Busch (1):
      block/bio: Do not zero user pages

Shin'ichiro Kawasaki (1):
      block: Fix null_blk_zoned creation failure with small number of zones

 block/bio.c       | 3 ++-
 block/blk-zoned.c | 2 +-
 fs/aio.c          | 2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2018-12-14 19:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-12-14 19:54 Jens Axboe [this message]
2018-12-14 20:40 ` [GIT PULL] Storage fixes for 4.20-rc6 pr-tracker-bot

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=2dd937be-804a-7524-d088-83da7e405ed0@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@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.