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