All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] nvme fixes for Linux 6.6
@ 2023-10-17 21:06 Keith Busch
  2023-10-17 21:20 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Busch @ 2023-10-17 21:06 UTC (permalink / raw)
  To: axboe; +Cc: linux-nvme, hch, sagi

The following changes since commit 07a1141ff170ff5d4f9c4fbb0453727ab48096e5:

  nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl (2023-10-03 18:27:44 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.6-2023-10-17

for you to fetch changes up to 1ca5b644f79b0d357c6df148c634940db685f471:

  nvme-pci: add BOGUS_NID for Intel 0a54 device (2023-10-17 13:50:28 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.6

 - nvme-rdma queue fix (Maurizio)
 - nvmet-auth double free fix (Maurizio)
 - nvme-tcp use-after-free fix (Sagi)
 - nvme-auth data direction fix (Martin)
 - nvme passthrough priviledge restriction reinstated (Kanchan)
 - nvme passthrough metadata sanitization (Keith)
 - nvme bogus identifiers for multi-controller ssd (Keith)

----------------------------------------------------------------
Kanchan Joshi (1):
      nvme: remove unprivileged passthrough support

Keith Busch (2):
      nvme: sanitize metadata bounce buffer for reads
      nvme-pci: add BOGUS_NID for Intel 0a54 device

Martin Wilck (1):
      nvme-auth: use chap->s2 to indicate bidirectional authentication

Maurizio Lombardi (2):
      nvme-rdma: do not try to stop unallocated queues
      nvmet-auth: complete a request only after freeing the dhchap pointers

Sagi Grimberg (1):
      nvmet-tcp: Fix a possible UAF in queue intialization setup

 drivers/nvme/host/auth.c               |   4 ++--
 drivers/nvme/host/ioctl.c              | 169 +++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------------------------
 drivers/nvme/host/pci.c                |   3 ++-
 drivers/nvme/host/rdma.c               |   3 +++
 drivers/nvme/target/fabrics-cmd-auth.c |   9 ++++++---
 drivers/nvme/target/tcp.c              |   7 ++-----
 include/linux/nvme.h                   |   2 --
 7 files changed, 56 insertions(+), 141 deletions(-)


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

* Re: [GIT PULL] nvme fixes for Linux 6.6
  2023-10-17 21:06 [GIT PULL] nvme fixes for Linux 6.6 Keith Busch
@ 2023-10-17 21:20 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2023-10-17 21:20 UTC (permalink / raw)
  To: Keith Busch; +Cc: linux-nvme, hch, sagi

On 10/17/23 3:06 PM, Keith Busch wrote:
> The following changes since commit 07a1141ff170ff5d4f9c4fbb0453727ab48096e5:
> 
>   nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl (2023-10-03 18:27:44 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.6-2023-10-17
> 
> for you to fetch changes up to 1ca5b644f79b0d357c6df148c634940db685f471:
> 
>   nvme-pci: add BOGUS_NID for Intel 0a54 device (2023-10-17 13:50:28 -0700)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.6
> 
>  - nvme-rdma queue fix (Maurizio)
>  - nvmet-auth double free fix (Maurizio)
>  - nvme-tcp use-after-free fix (Sagi)
>  - nvme-auth data direction fix (Martin)
>  - nvme passthrough priviledge restriction reinstated (Kanchan)
>  - nvme passthrough metadata sanitization (Keith)
>  - nvme bogus identifiers for multi-controller ssd (Keith)

Pulled, thanks.

-- 
Jens Axboe




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

end of thread, other threads:[~2023-10-17 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-17 21:06 [GIT PULL] nvme fixes for Linux 6.6 Keith Busch
2023-10-17 21:20 ` Jens Axboe

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.