mbox series

[GIT,PULL] Block fixes for 6.4-rc6

Message ID 54b8e861-a1a9-32b7-3160-60e323327008@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.4-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.4-2023-06-09

Message

Jens Axboe June 9, 2023, 8:20 p.m. UTC
Hi Linus,

Just a few minor fixes for this release:

- Fix an issue with the hardware queue nr_active, causing it to become
  imbalanced (Tian)

- Fix an issue with null_blk not releasing pages if configured as memory
  backed (Nitesh)

- Fix a locking issue in dasd (Jan)

Please pull!


The following changes since commit 2e45a49531fef55f4abbd6738c052545f53f43d4:

  Merge tag 'nvme-6.4-2023-06-01' of git://git.infradead.org/nvme into block-6.4 (2023-06-01 11:12:46 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.4-2023-06-09

for you to fetch changes up to ccc45cb4e7271c74dbb27776ae8f73d84557f5c6:

  s390/dasd: Use correct lock while counting channel queue length (2023-06-09 11:35:52 -0600)

----------------------------------------------------------------
block-6.4-2023-06-09

----------------------------------------------------------------
Jan Höppner (1):
      s390/dasd: Use correct lock while counting channel queue length

Nitesh Shetty (1):
      null_blk: Fix: memory release when memory_backed=1

Tian Lan (1):
      blk-mq: fix blk_mq_hw_ctx active request accounting

 block/blk-mq.c                  | 8 ++++----
 drivers/block/null_blk/main.c   | 1 +
 drivers/s390/block/dasd_ioctl.c | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

Comments

pr-tracker-bot@kernel.org June 9, 2023, 9:24 p.m. UTC | #1
The pull request you sent on Fri, 9 Jun 2023 14:20:18 -0600:

> git://git.kernel.dk/linux.git tags/block-6.4-2023-06-09

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

Thank you!