mbox series

[GIT,PULL] Block fixes for 6.8-rc4

Message ID d020ae53-c231-4a8b-ac6e-b7ca9788073c@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.8-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.8-2024-02-10

Message

Jens Axboe Feb. 10, 2024, 2:16 p.m. UTC
Hi Linus,

Block fixes that should go into the 6.8 kernel release:

- NVMe pull request via Keith
	- Update a potentially stale firmware attribute (Maurizio)
	- Fixes for the recent verbose error logging (Keith, Chaitanya)
	- Protection information payload size fix for passthrough
	  (Francis)

- Fix for a queue freezing issue in virtblk (Yi)

- blk-iocost underflow fix (Tejun)

- blk-wbt task detection fix (Jan)

Please pull!


The following changes since commit f3c89983cb4fc00be64eb0d5cbcfcdf2cacb965e:

  block: Fix where bio IO priority gets set (2024-02-01 11:00:06 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.8-2024-02-10

for you to fetch changes up to 5f63a493b99c848ad5200402bebe26211e00025a:

  Merge tag 'nvme-6.8-2023-02-08' of git://git.infradead.org/nvme into block-6.8 (2024-02-08 15:05:18 -0700)

----------------------------------------------------------------
block-6.8-2024-02-10

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: fix comment to reflect right functions

Francis Pravin (1):
      nvme: use ns->head->pi_size instead of t10_pi_tuple structure size

Jan Kara (1):
      blk-wbt: Fix detection of dirty-throttled tasks

Jens Axboe (1):
      Merge tag 'nvme-6.8-2023-02-08' of git://git.infradead.org/nvme into block-6.8

Keith Busch (1):
      nvme: move passthrough logging attribute to head

Maurizio Lombardi (1):
      nvme-host: fix the updating of the firmware version

Tejun Heo (1):
      blk-iocost: Fix an UBSAN shift-out-of-bounds warning

Yi Sun (1):
      virtio-blk: Ensure no requests in virtqueues before deleting vqs.

 block/blk-iocost.c               |  7 +++++++
 block/blk-wbt.c                  |  4 ++--
 drivers/block/virtio_blk.c       |  7 ++++---
 drivers/nvme/host/core.c         | 14 ++++++++------
 drivers/nvme/host/ioctl.c        |  2 +-
 drivers/nvme/host/nvme.h         |  2 +-
 drivers/nvme/host/sysfs.c        | 30 +++++++++++++++---------------
 include/linux/backing-dev-defs.h |  7 +++++--
 mm/backing-dev.c                 |  2 +-
 mm/page-writeback.c              |  2 +-
 10 files changed, 45 insertions(+), 32 deletions(-)

Comments

pr-tracker-bot@kernel.org Feb. 10, 2024, 4:26 p.m. UTC | #1
The pull request you sent on Sat, 10 Feb 2024 07:16:47 -0700:

> git://git.kernel.dk/linux.git tags/block-6.8-2024-02-10

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

Thank you!