mbox series

[GIT,PULL] Block fixes for 5.8-rc5

Message ID 2f92637d-8261-2cc1-fde0-66731020e435@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.8-rc5 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.8-2020-07-10

Message

Jens Axboe July 10, 2020, 3:59 p.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org July 10, 2020, 5:05 p.m. UTC | #1
The pull request you sent on Fri, 10 Jul 2020 09:59:00 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.8-2020-07-10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d33db702745b84fd553d9a5f5db85e122aa45020

Thank you!