mbox series

[GIT,PULL] Block fixes for 5.17-rc1

Message ID bc78bf16-3c07-66a3-fa1b-a07cbc95ac84@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.17-rc1 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.17-2022-01-21

Message

Jens Axboe Jan. 21, 2022, 1:41 p.m. UTC
Hi Linus,

Various little minor fixes that should go into this release:

- Fix issue with cloned bios and IO accounting (Christoph)

- Remove redundant assignments (Colin, GuoYong)

- Fix an issue with the mq-deadline async_depth sysfs interface (me)

- Fix brd module loading race (Tetsuo)

- Shared tag map wakeup fix (Laibin)

- End of bdev read fix (OGAWA)

- srcu leak fix (Ming)

Please pull!


The following changes since commit fb3b0673b7d5b477ed104949450cd511337ba3c6:

  Merge tag 'mailbox-v5.17' of git://git.linaro.org/landing-teams/working/fujitsu/integration (2022-01-13 11:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.17-2022-01-21

for you to fetch changes up to 46cdc45acb089c811d9a54fd50af33b96e5fae9d:

  block: fix async_depth sysfs interface for mq-deadline (2022-01-20 10:54:02 -0700)

----------------------------------------------------------------
block-5.17-2022-01-21

----------------------------------------------------------------
Christoph Hellwig (1):
      block: assign bi_bdev for cloned bios in blk_rq_prep_clone

Colin Ian King (2):
      loop: remove redundant initialization of pointer node
      aoe: remove redundant assignment on variable n

GuoYong Zheng (1):
      block: Remove unnecessary variable assignment

Jens Axboe (1):
      block: fix async_depth sysfs interface for mq-deadline

Laibin Qiu (1):
      blk-mq: fix tag_get wait task can't be awakened

Ming Lei (1):
      block: cleanup q->srcu

OGAWA Hirofumi (1):
      block: Fix wrong offset in bio_truncate()

Tetsuo Handa (1):
      brd: remove brd_devices_mutex mutex

 block/bio.c                |  3 +-
 block/blk-mq-tag.c         | 40 ++++++++++++++++++++-----
 block/blk-mq.c             |  1 +
 block/blk-sysfs.c          |  4 ++-
 block/mq-deadline.c        |  4 +--
 drivers/block/aoe/aoecmd.c |  2 +-
 drivers/block/brd.c        | 73 +++++++++++++++++++---------------------------
 drivers/block/loop.c       |  2 +-
 include/linux/sbitmap.h    | 11 +++++++
 lib/sbitmap.c              | 25 ++++++++++++++--
 10 files changed, 106 insertions(+), 59 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 21, 2022, 2:27 p.m. UTC | #1
The pull request you sent on Fri, 21 Jan 2022 06:41:01 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.17-2022-01-21

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

Thank you!