Hi Linus, - Fix for inflight accounting, which affects only dm (Ming) - Fix documentation error for bfq (Yufen) - Fix memory leak for nbd (Zheng) Please pull! The following changes since commit 3197d48a7c04eee3e50bd54ef7e17e383b8a919e: block: make function __bio_integrity_free() static (2020-07-02 12:38:18 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/block-5.8-2020-07-10 for you to fetch changes up to 579dd91ab3a5446b148e7f179b6596b270dace46: nbd: Fix memory leak in nbd_add_socket (2020-07-08 15:42:18 -0600) ---------------------------------------------------------------- block-5.8-2020-07-10 ---------------------------------------------------------------- Ming Lei (1): blk-mq: consider non-idle request as "inflight" in blk_mq_rq_inflight() Yufen Yu (1): docs: block: update and fix tiny error for bfq Zheng Bin (1): nbd: Fix memory leak in nbd_add_socket Documentation/block/bfq-iosched.rst | 9 +-------- block/blk-mq.c | 4 ++-- drivers/block/nbd.c | 25 +++++++++++++++---------- 3 files changed, 18 insertions(+), 20 deletions(-) -- Jens Axboe