mbox series

[GIT,PULL] Block fix for 6.7-rc2

Message ID 3b2b5978-3c83-42c7-94c2-e44018ac8fb5@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fix for 6.7-rc2 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.7-2023-11-17

Message

Jens Axboe Nov. 17, 2023, 5:41 p.m. UTC
Hi Linus,

Just a single fix from Christoph/Ming, fixing a case where integrity IO
could be called without havint an appropriate queue reference.

Please pull!


The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.7-2023-11-17

for you to fetch changes up to b0077e269f6c152e807fdac90b58caf012cdbaab:

  blk-mq: make sure active queue usage is held for bio_integrity_prep() (2023-11-13 08:52:52 -0700)

----------------------------------------------------------------
block-6.7-2023-11-17

----------------------------------------------------------------
Christoph Hellwig (1):
      blk-mq: make sure active queue usage is held for bio_integrity_prep()

 block/blk-mq.c | 75 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 38 insertions(+), 37 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 17, 2023, 10:15 p.m. UTC | #1
The pull request you sent on Fri, 17 Nov 2023 10:41:28 -0700:

> git://git.kernel.dk/linux.git tags/block-6.7-2023-11-17

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

Thank you!