mbox series

[GIT,PULL] nvme fixes for Linux 6.2

Message ID Y7/D64Qubtqmdv04@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 6.2 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.2-2023-01-12

Message

Christoph Hellwig Jan. 12, 2023, 8:25 a.m. UTC
The following changes since commit 49e4d04f0486117ac57a97890eb1db6d52bf82b3:

  block: Drop spurious might_sleep() from blk_put_queue() (2023-01-08 20:29:28 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.2-2023-01-12

for you to fetch changes up to c7c0644ead24c59cc5e0f2ff0ade89b21783614a:

  MAINTAINERS: stop nvme matching for nvmem files (2023-01-10 08:16:39 +0100)

----------------------------------------------------------------
nvme fixes for Linux 6.2

 - Identify quirks for Apple controllers (Hector Martin)
 - fix error handling in nvme_pci_enable (Tong Zhang)
 - refuse unprivileged passthrough on partitions (Christoph Hellwig)
 - fix MAINTAINERS to not match nvmem subsystem headers (Russell King)

----------------------------------------------------------------
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

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

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

 MAINTAINERS               |   3 +-
 drivers/nvme/host/apple.c |   2 +-
 drivers/nvme/host/ioctl.c | 110 ++++++++++++++++++++++++++--------------------
 drivers/nvme/host/pci.c   |  12 +++--
 4 files changed, 75 insertions(+), 52 deletions(-)

Comments

Jens Axboe Jan. 12, 2023, 5:37 p.m. UTC | #1
On 1/12/23 1:25 AM, Christoph Hellwig wrote:
> The following changes since commit 49e4d04f0486117ac57a97890eb1db6d52bf82b3:
> 
>   block: Drop spurious might_sleep() from blk_put_queue() (2023-01-08 20:29:28 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.2-2023-01-12
> 
> for you to fetch changes up to c7c0644ead24c59cc5e0f2ff0ade89b21783614a:
> 
>   MAINTAINERS: stop nvme matching for nvmem files (2023-01-10 08:16:39 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.2
> 
>  - Identify quirks for Apple controllers (Hector Martin)
>  - fix error handling in nvme_pci_enable (Tong Zhang)
>  - refuse unprivileged passthrough on partitions (Christoph Hellwig)
>  - fix MAINTAINERS to not match nvmem subsystem headers (Russell King)
> 
> ----------------------------------------------------------------

Pulled, thanks.