mbox series

[GIT,PULL] Block fixes for 5.18-rc6

Message ID c9ef8d83-8f8e-0b03-b197-bd6d6105059a@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.18-rc6 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.18-2022-05-06

Message

Jens Axboe May 7, 2022, 2:10 a.m. UTC
Hi Linus,

Single revert for a change that isn't needed in 5.18, and a small series
for s390/dasd. Please pull!


The following changes since commit 09df6a75fffa68169c5ef9bef990cd7ba94f3eef:

  bfq: Fix warning in bfqq_request_over_limit() (2022-04-29 06:45:37 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.18-2022-05-06

for you to fetch changes up to f1c8781ac9d87650ccf45a354c0bbfa3f9230371:

  s390/dasd: Use kzalloc instead of kmalloc/memset (2022-05-05 20:08:27 -0600)

----------------------------------------------------------------
block-5.18-2022-05-06

----------------------------------------------------------------
Haowen Bai (1):
      s390/dasd: Use kzalloc instead of kmalloc/memset

Jan Höppner (2):
      s390/dasd: Fix read for ESE with blksize < 4k
      s390/dasd: Fix read inconsistency for ESE DASD devices

Ming Lei (1):
      Revert "block: release rq qos structures for queue without disk"

Stefan Haberland (2):
      s390/dasd: fix data corruption for ESE devices
      s390/dasd: prevent double format of tracks for ESE devices

 block/blk-core.c               |  4 ----
 drivers/s390/block/dasd.c      | 18 +++++++++++++++---
 drivers/s390/block/dasd_eckd.c | 33 ++++++++++++++++++++++-----------
 drivers/s390/block/dasd_int.h  | 14 ++++++++++++++
 4 files changed, 51 insertions(+), 18 deletions(-)

Comments

pr-tracker-bot@kernel.org May 7, 2022, 6:11 p.m. UTC | #1
The pull request you sent on Fri, 6 May 2022 20:10:57 -0600:

> git://git.kernel.dk/linux-block.git tags/block-5.18-2022-05-06

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

Thank you!