mbox series

[GIT,PULL] Block fixes for 6.0-rc6

Message ID 654cd36f-a42b-3ae3-a92a-3bfc366277fc@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.0-rc6 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-6.0-2022-09-16

Message

Jens Axboe Sept. 16, 2022, 9:08 a.m. UTC
Hi Linus,

Two fixes for -rc6:

- Fix a mixup of sectors and bytes in the secure erase ioctl (Mikulas)

- Fix for a bad return value for a non-blocking bio/blk queue enter call
  (me)

Please pull!


The following changes since commit 745ed37277c5a7202180aa276c87db1362c90fe5:

  block: add missing request flags to debugfs code (2022-09-09 05:57:52 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-6.0-2022-09-16

for you to fetch changes up to c4fa368466cc1b60bb92f867741488930ddd6034:

  blk-lib: fix blkdev_issue_secure_erase (2022-09-15 00:25:17 -0600)

----------------------------------------------------------------
block-6.0-2022-09-16

----------------------------------------------------------------
Mikulas Patocka (1):
      blk-lib: fix blkdev_issue_secure_erase

Stefan Roesch (1):
      block: blk_queue_enter() / __bio_queue_enter() must return -EAGAIN for nowait

 block/blk-core.c |  4 ++--
 block/blk-lib.c  | 11 ++++++++---
 2 files changed, 10 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org Sept. 16, 2022, 2:21 p.m. UTC | #1
The pull request you sent on Fri, 16 Sep 2022 03:08:16 -0600:

> git://git.kernel.dk/linux-block.git tags/block-6.0-2022-09-16

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

Thank you!