All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 6.2-rc7
@ 2023-02-03 19:30 Jens Axboe
  2023-02-03 19:48 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2023-02-03 19:30 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Set of fixes that should go into this release. A bit bigger than I'd
like at this point, but mostly a bunch of little fixes. In detail:

- NVMe pull request via Christoph
	- Fix a missing queue put in nvmet_fc_ls_create_association
	  (Amit Engel)
	- Clear queue pointers on tag_set initialization failure
	  (Maurizio Lombardi)
	- Use workqueue dedicated to authentication (Shin'ichiro Kawasaki)

- Fix for an overflow in ublk (Liu)

- Fix for leaking a queue reference in block cgroups (Ming)

- Fix for a use-after-free in BFQ (Yu)

Please pull!


The following changes since commit db3ba974c2bc895ba39689a364cb7a49c0fe779f:

  Merge tag 'nvme-6.2-2023-01-26' of git://git.infradead.org/nvme into block-6.2 (2023-01-26 11:43:33 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.2-2023-02-03

for you to fetch changes up to e02bbac74cdde25f71a80978f5daa1d8a0aa6fc3:

  Merge tag 'nvme-6.2-2023-02-02' of git://git.infradead.org/nvme into block-6.2 (2023-02-02 11:02:12 -0700)

----------------------------------------------------------------
block-6.2-2023-02-03

----------------------------------------------------------------
Amit Engel (1):
      nvme-fc: fix a missing queue put in nvmet_fc_ls_create_association

Bart Van Assche (1):
      block: Fix the blk_mq_destroy_queue() documentation

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

Liu Xiaodong (1):
      block: ublk: extending queue_size to fix overflow

Maurizio Lombardi (2):
      nvme: clear the request_queue pointers on failure in nvme_alloc_admin_tag_set
      nvme: clear the request_queue pointers on failure in nvme_alloc_io_tag_set

Ming Lei (1):
      blk-cgroup: don't update io stat for root cgroup

Shin'ichiro Kawasaki (1):
      nvme-auth: use workqueue dedicated to authentication

Yu Kuai (1):
      block, bfq: fix uaf for bfqq in bic_set_bfqq()

 block/bfq-cgroup.c       |  2 +-
 block/bfq-iosched.c      |  4 +++-
 block/blk-cgroup.c       |  4 ++++
 block/blk-mq.c           |  5 +++--
 drivers/block/ublk_drv.c |  2 +-
 drivers/nvme/host/auth.c | 14 ++++++++++++--
 drivers/nvme/host/core.c |  5 ++++-
 drivers/nvme/target/fc.c |  4 +++-
 8 files changed, 31 insertions(+), 9 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] Block fixes for 6.2-rc7
  2023-02-03 19:30 [GIT PULL] Block fixes for 6.2-rc7 Jens Axboe
@ 2023-02-03 19:48 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-02-03 19:48 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 3 Feb 2023 12:30:24 -0700:

> git://git.kernel.dk/linux.git tags/block-6.2-2023-02-03

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-03 19:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-03 19:30 [GIT PULL] Block fixes for 6.2-rc7 Jens Axboe
2023-02-03 19:48 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.