Hi Linus, Here's a small collection of fixes that should go into this release. This pull request contains: - Two NVMe device removal crash fixes, and a compat fixup for for an ioctl that was introduced in this release (Anton, Charles, Max - via Keith) - Missing error path mutex unlock for drbd (Dan) - cgroup writeback fixup on dead memcg (Tejun) - blkcg online stats print fix (Tejun) Please pull! git://git.kernel.dk/linux-block.git tags/for-linus-2019-11-08 ---------------------------------------------------------------- Anton Eidelman (1): nvme-multipath: fix crash in nvme_mpath_clear_ctrl_paths Charles Machalow (1): nvme: change nvme_passthru_cmd64 to explicitly mark rsvd Dan Carpenter (1): block: drbd: remove a stray unlock in __drbd_send_protocol() Jens Axboe (1): Merge branch 'nvme-5.4-rc7' of git://git.infradead.org/nvme into for-linus Max Gurtovoy (1): nvme-rdma: fix a segmentation fault during module unload Tejun Heo (2): blkcg: make blkcg_print_stat() print stats only for online blkgs cgroup,writeback: don't switch wbs immediately on dead wbs if the memcg is dead block/blk-cgroup.c | 13 ++++++++----- drivers/block/drbd/drbd_main.c | 1 - drivers/nvme/host/multipath.c | 2 ++ drivers/nvme/host/rdma.c | 8 ++++++++ fs/fs-writeback.c | 9 ++++++--- include/uapi/linux/nvme_ioctl.h | 1 + 6 files changed, 25 insertions(+), 9 deletions(-) -- Jens Axboe