[GIT PULL] Block fixes for 4.9-rc
From: Jens Axboe
Date: Fri Nov 11 2016 - 19:11:51 EST
Hi Linus,
Three small (really, one liners all of them!) fixes that should go into
this series:
- Request allocation error handling fix for nbd, from Christophe, fixing
a regression in this series.
- lightnvm fix for a bad offset calculation, also a regression in this
series. From Matias.
- Finally, an oops fix for drbd. Not a regression in this series, but
stable material. From Richard.
Please pull!
git://git.kernel.dk/linux-block.git for-linus
----------------------------------------------------------------
Christophe JAILLET (1):
nbd: Fix error handling
Matias BjÃrling (1):
lightnvm: invalid offset calculation for lba_shift
Richard Weinberger (1):
drbd: Fix kernel_sendmsg() usage - potential NULL deref
drivers/block/drbd/drbd_main.c | 2 +-
drivers/block/nbd.c | 2 +-
drivers/nvme/host/lightnvm.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
--
Jens Axboe