mbox series

[GIT,PULL] Block fixes for 6.1-rc8/final

Message ID 0429607c-d5b1-6d6f-2cff-7b35f02a562d@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.1-rc8/final | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.1-2022-12-02

Message

Jens Axboe Dec. 2, 2022, 9:38 p.m. UTC
Hi Linus,

Just a small NVMe merge for this week, fixing protection of the name
space list, and a missing clear of a reserved field when unused.

Please pull!


The following changes since commit 7d4a93176e0142ce16d23c849a47d5b00b856296:

  ublk_drv: don't forward io commands in reserve order (2022-11-23 20:36:57 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.1-2022-12-02

for you to fetch changes up to d0f411c0b9bdef85f647e15a2fcc790b29891f2c:

  Merge tag 'nvme-6.1-2022-01-02' of git://git.infradead.org/nvme into block-6.1 (2022-12-02 08:01:06 -0700)

----------------------------------------------------------------
block-6.1-2022-12-02

----------------------------------------------------------------
Caleb Sander (1):
      nvme: fix SRCU protection of nvme_ns_head list

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

Lei Rao (1):
      nvme-pci: clear the prp2 field when not used

 drivers/nvme/host/core.c      | 2 +-
 drivers/nvme/host/multipath.c | 3 +++
 drivers/nvme/host/pci.c       | 2 ++
 3 files changed, 6 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org Dec. 3, 2022, 12:30 a.m. UTC | #1
The pull request you sent on Fri, 2 Dec 2022 14:38:06 -0700:

> git://git.kernel.dk/linux.git tags/block-6.1-2022-12-02

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

Thank you!