mbox series

[GIT,PULL] Block fixes for 5.15-rc1

Message ID e8a816f2-b3f6-cd37-aa4d-b3aa7aed565c@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.15-rc1 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.15-2021-09-05

Message

Jens Axboe Sept. 6, 2021, 3:06 a.m. UTC
Hi Linus,

Was going to send this one in later this week, but given that -Werror is
now enabled (or at least available), the mq-deadline fix really should
go in for the folks hitting that.

- Ensure dd_queued() is only there if needed (Geert)

- Fix a kerneldoc warning for bio_alloc_kiocb()

- BFQ fix for queue merging

- loop locking fix (Tetsuo)

Please pull!


The following changes since commit 4ac6d90867a4de2e12117e755dbd76e08d88697f:

  Merge tag 'docs-5.15' of git://git.lwn.net/linux (2021-09-01 18:49:47 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.15-2021-09-05

for you to fetch changes up to 1c500ad706383f1a6609e63d0b5d1723fd84dab9:

  loop: reduce the loop_ctl_mutex scope (2021-09-03 22:14:40 -0600)

----------------------------------------------------------------
block-5.15-2021-09-05

----------------------------------------------------------------
Geert Uytterhoeven (1):
      block/mq-deadline: Move dd_queued() to fix defined but not used warning

Jens Axboe (1):
      bio: fix kerneldoc documentation for bio_alloc_kiocb()

Paolo Valente (1):
      block, bfq: honor already-setup queue merges

Tetsuo Handa (1):
      loop: reduce the loop_ctl_mutex scope

 block/bfq-iosched.c  | 16 ++++++++---
 block/bio.c          |  2 +-
 block/mq-deadline.c  | 12 ++++-----
 drivers/block/loop.c | 75 ++++++++++++++++++++++++++++++++++------------------
 drivers/block/loop.h |  1 +
 5 files changed, 70 insertions(+), 36 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 6, 2021, 5:15 p.m. UTC | #1
The pull request you sent on Sun, 5 Sep 2021 21:06:32 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.15-2021-09-05

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

Thank you!