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

Reply via email to