All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Storage fixes for 4.20-rc6
@ 2018-12-14 19:54 Jens Axboe
  2018-12-14 20:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2018-12-14 19:54 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-12-14 20:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-14 19:54 [GIT PULL] Storage fixes for 4.20-rc6 Jens Axboe
2018-12-14 20:40 ` pr-tracker-bot

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.