mbox series

[GIT,PULL] Block fixes for 6.2-rc4

Message ID 2ccb1b3a-ea42-134c-b906-4a3ecdd6f29b@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.2-rc4 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.2-2023-01-13

Message

Jens Axboe Jan. 13, 2023, 7:33 p.m. UTC
Hi Linus,

Nothing major in here, just a collection of NVMe fixes and dropping a
wrong might_sleep() that static checkers tripped over but which isn't
valid.

Please pull!


The following changes since commit b2b50d572135c5c6e10c2ff79cd828d5a8141ef6:

  block: Remove "select SRCU" (2023-01-05 08:50:10 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.2-2023-01-13

for you to fetch changes up to 3d25b1e8369273d76f5f2634f164236ba9e40d32:

  Merge tag 'nvme-6.2-2023-01-12' of git://git.infradead.org/nvme into block-6.2 (2023-01-12 10:36:35 -0700)

----------------------------------------------------------------
block-6.2-2023-01-13

----------------------------------------------------------------
Christoph Hellwig (3):
      nvme: remove __nvme_ioctl
      nvme: replace the "bool vec" arguments with flags in the ioctl path
      nvme: don't allow unprivileged passthrough on partitions

Hector Martin (2):
      nvme-apple: add NVME_QUIRK_IDENTIFY_CNS quirk to fix regression
      nvme-pci: add NVME_QUIRK_IDENTIFY_CNS quirk to Apple T2 controllers

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

Russell King (Oracle) (1):
      MAINTAINERS: stop nvme matching for nvmem files

Tejun Heo (1):
      block: Drop spurious might_sleep() from blk_put_queue()

Tong Zhang (1):
      nvme-pci: fix error handling in nvme_pci_enable()

 MAINTAINERS               |   3 +-
 block/blk-core.c          |   3 --
 drivers/nvme/host/apple.c |   2 +-
 drivers/nvme/host/ioctl.c | 110 ++++++++++++++++++++++++++--------------------
 drivers/nvme/host/pci.c   |  12 +++--
 5 files changed, 75 insertions(+), 55 deletions(-)

Comments

pr-tracker-bot@kernel.org Jan. 13, 2023, 11:44 p.m. UTC | #1
The pull request you sent on Fri, 13 Jan 2023 12:33:48 -0700:

> git://git.kernel.dk/linux.git tags/block-6.2-2023-01-13

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

Thank you!