mbox series

[GIT,PULL] Block fixes for 6.11-rc4

Message ID 1c41cbc8-dd07-42ba-a192-665103012e64@kernel.dk (mailing list archive)
State New
Headers show
Series [GIT,PULL] Block fixes for 6.11-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.11-20240824

Message

Jens Axboe Aug. 16, 2024, 7:02 p.m. UTC
Hi Linus,

A few fixes for the block side for the 6.11 release:

- Fix corruption issues with s390/dasd (Eric, Stefan)

- Fix a misuse of non irq locking grab of a lock (Li)

- MD pull request with a single data corruption fix for raid1 (Yu)

And I just now notice that I used the wrong data on both this one and
the io_uring pull request. Oh well, it's just a tag name.

Please pull!


The following changes since commit eded04fe3bdad9b11bc82b972b4c6fa79f1726ba:

  Merge tag 'nvme-6.11-2024-08-08' of git://git.infradead.org/nvme into block-6.11 (2024-08-08 12:27:40 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.11-20240824

for you to fetch changes up to b313a8c835516bdda85025500be866ac8a74e022:

  block: Fix lockdep warning in blk_mq_mark_tag_wait (2024-08-15 19:25:03 -0600)

----------------------------------------------------------------
block-6.11-20240824

----------------------------------------------------------------
Eric Farman (1):
      s390/dasd: Remove DMA alignment

Jens Axboe (1):
      Merge tag 'md-6.11-20240815' of https://git.kernel.org/pub/scm/linux/kernel/git/song/md into block-6.11

Li Lingfeng (1):
      block: Fix lockdep warning in blk_mq_mark_tag_wait

Stefan Haberland (1):
      s390/dasd: fix error recovery leading to data corruption on ESE devices

Yu Kuai (1):
      md/raid1: Fix data corruption for degraded array with slow disk

 block/blk-mq-tag.c                 |  5 ++--
 drivers/md/raid1.c                 | 14 +++++++---
 drivers/s390/block/dasd.c          | 36 ++++++++++++++++---------
 drivers/s390/block/dasd_3990_erp.c | 10 ++-----
 drivers/s390/block/dasd_eckd.c     | 55 +++++++++++++++++---------------------
 drivers/s390/block/dasd_genhd.c    |  1 -
 drivers/s390/block/dasd_int.h      |  2 +-
 7 files changed, 63 insertions(+), 60 deletions(-)

Comments

pr-tracker-bot@kernel.org Aug. 16, 2024, 9:07 p.m. UTC | #1
The pull request you sent on Fri, 16 Aug 2024 13:02:50 -0600:

> git://git.kernel.dk/linux.git tags/block-6.11-20240824

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

Thank you!