Hi Linus, A set of fixes for the current series. This pull request contains: - A bunch of fixes for lightnvm, should be the last round for this series. From Matias and Wenwei. - A writeback detach inode fix from Ilya, also marked for stable. - A block (though it says SCSI) fix for an OOPS in SCSI runtime power management. - Module init error path fixes for null_blk from Minfei. Please pull! git://git.kernel.dk/linux-block.git for-linus ---------------------------------------------------------------- Ilya Dryomov (1): block: detach bdev inode from its wb in __blkdev_put() Ken Xue (1): SCSI: Fix NULL pointer dereference in runtime PM Matias Bjørling (6): lightnvm: check mm before use lightnvm: comments on constants lightnvm: replace req queue with nvmdev for lld lightnvm: fix media mgr registration lightnvm: prevent gennvm module unload on use lightnvm: do not compile in debugging by default Minfei Huang (1): null_blk: Fix error path in module initialization Wenwei Tao (3): lightnvm: use flags in rrpc_get_blk lightnvm: put blks when luns configure failed lightnvm: refactor spin_unlock in gennvm_get_blk block/blk-core.c | 12 +++++++ drivers/block/null_blk.c | 32 +++++++++++------ drivers/lightnvm/Kconfig | 1 + drivers/lightnvm/core.c | 85 ++++++++++++++++++++++---------------------- drivers/lightnvm/gennvm.c | 20 ++++++----- drivers/lightnvm/rrpc.c | 25 ++++++++++--- drivers/nvme/host/lightnvm.c | 26 +++++++------- fs/block_dev.c | 9 +++-- include/linux/lightnvm.h | 21 +++++++---- 9 files changed, 142 insertions(+), 89 deletions(-) -- Jens Axboe -- To unsubscribe from this list: send the line "unsubscribe linux-block" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html