mbox series

[GIT,PULL] nvme updates for Linux 6.3

Message ID Y+Hsk7eOObSafEkz@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme updates for Linux 6.3 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-07

Message

Christoph Hellwig Feb. 7, 2023, 6:15 a.m. UTC
The following changes since commit 2d97930d74b12467fd5f48d8560e48c1cf5edcb1:

  block: Remove mm.h from bvec.h (2023-01-31 09:21:50 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-07

for you to fetch changes up to baff6491448b487e920faaa117e432989cbafa89:

  nvme: mask CSE effects for security receive (2023-02-01 16:10:10 +0100)

----------------------------------------------------------------
nvme updates for Linux 6.3

 - small improvements to the logging functionality (Amit Engel)
 - authentication cleanups (Hannes Reinecke)
 - cleanup and optimize the DMA mapping cod in the PCIe driver
   (Keith Busch)
 - work around the command effects for Format NVM (Keith Busch)
 - misc cleanups (Keith Busch, Christoph Hellwig)

----------------------------------------------------------------
Amit Engel (3):
      nvme: add nvme_opcode_str function for all nvme cmd types
      nvme-tcp: add additional info for nvme_tcp_timeout log
      nvmet: for nvme admin set_features cmd, call nvmet_check_data_len_lte()

Christoph Hellwig (1):
      nvme: remove nvme_execute_passthru_rq

Hannes Reinecke (2):
      nvme-fabrics: clarify AUTHREQ result handling
      nvme-auth: don't use NVMe status codes

Keith Busch (5):
      nvme-pci: remove SGL segment descriptors
      nvme-pci: use mapped entries for sgl decision
      nvme-pci: place descriptor addresses in iod
      nvme: always initialize known command effects
      nvme: mask CSE effects for security receive

 drivers/nvme/host/auth.c        |  30 +++++-----
 drivers/nvme/host/constants.c   |  16 ++++++
 drivers/nvme/host/core.c        | 119 ++++++++++++++++++++++------------------
 drivers/nvme/host/fabrics.c     |  19 ++++++-
 drivers/nvme/host/ioctl.c       |   5 +-
 drivers/nvme/host/nvme.h        |  16 +++++-
 drivers/nvme/host/pci.c         | 100 +++++++++------------------------
 drivers/nvme/host/tcp.c         |   7 ++-
 drivers/nvme/target/admin-cmd.c |   2 +-
 drivers/nvme/target/passthru.c  |   5 +-
 10 files changed, 166 insertions(+), 153 deletions(-)

Comments

Jens Axboe Feb. 7, 2023, 2:23 p.m. UTC | #1
On 2/6/23 11:15 PM, Christoph Hellwig wrote:
> The following changes since commit 2d97930d74b12467fd5f48d8560e48c1cf5edcb1:
> 
>   block: Remove mm.h from bvec.h (2023-01-31 09:21:50 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-07
> 
> for you to fetch changes up to baff6491448b487e920faaa117e432989cbafa89:
> 
>   nvme: mask CSE effects for security receive (2023-02-01 16:10:10 +0100)
> 
> ----------------------------------------------------------------
> nvme updates for Linux 6.3
> 
>  - small improvements to the logging functionality (Amit Engel)
>  - authentication cleanups (Hannes Reinecke)
>  - cleanup and optimize the DMA mapping cod in the PCIe driver
>    (Keith Busch)
>  - work around the command effects for Format NVM (Keith Busch)
>  - misc cleanups (Keith Busch, Christoph Hellwig)

Pulled, thanks.