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

The following changes since commit b8f6446b6853768cb99e7c201bddce69ca60c15e:

  nvme-pci: fix DMA direction of unmapping integrity data (2023-07-13 08:16:07 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.5-2023-08-02

for you to fetch changes up to 688b419c57c13637d95d7879e165fff3dec581eb:

  nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G (2023-08-01 13:28:29 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.5

 - Fixes for request_queue state (Ming)
 - Another uuid quirk (August)

----------------------------------------------------------------
August Wikerfors (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G

Ming Lei (3):
      nvme: fix possible hang when removing a controller during error recovery
      nvme-tcp: fix potential unbalanced freeze & unfreeze
      nvme-rdma: fix potential unbalanced freeze & unfreeze

 drivers/nvme/host/core.c | 10 +++++++---
 drivers/nvme/host/pci.c  |  3 ++-
 drivers/nvme/host/rdma.c |  3 ++-
 drivers/nvme/host/tcp.c  |  3 ++-
 4 files changed, 13 insertions(+), 6 deletions(-)


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

* Re: [GIT PULL] nvme fixes for Linux 6.5
  2023-08-03 14:52 [GIT PULL] nvme fixes for Linux 6.5 Keith Busch
@ 2023-08-04  2:04 ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2023-08-04  2:04 UTC (permalink / raw)
  To: Keith Busch; +Cc: hch, sagi, linux-nvme

On 8/3/23 8:52?AM, Keith Busch wrote:
> The following changes since commit b8f6446b6853768cb99e7c201bddce69ca60c15e:
> 
>   nvme-pci: fix DMA direction of unmapping integrity data (2023-07-13 08:16:07 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.5-2023-08-02
> 
> for you to fetch changes up to 688b419c57c13637d95d7879e165fff3dec581eb:
> 
>   nvme-pci: add NVME_QUIRK_BOGUS_NID for Samsung PM9B1 256G and 512G (2023-08-01 13:28:29 -0700)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.5
> 
>  - Fixes for request_queue state (Ming)
>  - Another uuid quirk (August)

Pulled, thanks.

-- 
Jens Axboe



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

* Re: [GIT PULL] nvme fixes for Linux 6.5
  2023-07-13 20:24 Keith Busch
@ 2023-07-13 20:31 ` Jens Axboe
  0 siblings, 0 replies; 4+ messages in thread
From: Jens Axboe @ 2023-07-13 20:31 UTC (permalink / raw)
  To: Keith Busch; +Cc: linux-nvme, hch, sagi

On 7/13/23 2:24 PM, Keith Busch wrote:
> The following changes since commit 2fb48d88e77f29bf9d278f25bcfe82cf59a0e09b:
> 
>   blk-crypto: use dynamic lock class for blk_crypto_profile::lock (2023-07-05 16:36:12 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.5-2023-07-13
> 
> for you to fetch changes up to b8f6446b6853768cb99e7c201bddce69ca60c15e:
> 
>   nvme-pci: fix DMA direction of unmapping integrity data (2023-07-13 08:16:07 -0700)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.5
> 
>  - Don't require quirk to use duplicate namespace identifiers
>    (Christoph, Sagi)
>  - One more BOGUS_NID quirk (Pankaj)
>  - IO timeout and error hanlding fixes for PCI (Keith)
>  - Enhanced metadata format mask fix (Ankit)
>  - Association race condition fix for fibre channel (Michael)
>  - Correct debugfs error checks (Minjie)
>  - Use PAGE_SECTORS_SHIFT where needed (Damien)
>  - Reduce kernel logs for legacy nguid attribute (Keith)
>  - Use correct dma direction when unmapping metadata (Ming)

Pulled, thanks.

-- 
Jens Axboe




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

* [GIT PULL] nvme fixes for Linux 6.5
@ 2023-07-13 20:24 Keith Busch
  2023-07-13 20:31 ` Jens Axboe
  0 siblings, 1 reply; 4+ messages in thread
From: Keith Busch @ 2023-07-13 20:24 UTC (permalink / raw)
  To: axboe; +Cc: linux-nvme, hch, sagi

The following changes since commit 2fb48d88e77f29bf9d278f25bcfe82cf59a0e09b:

  blk-crypto: use dynamic lock class for blk_crypto_profile::lock (2023-07-05 16:36:12 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.5-2023-07-13

for you to fetch changes up to b8f6446b6853768cb99e7c201bddce69ca60c15e:

  nvme-pci: fix DMA direction of unmapping integrity data (2023-07-13 08:16:07 -0700)

----------------------------------------------------------------
nvme fixes for Linux 6.5

 - Don't require quirk to use duplicate namespace identifiers
   (Christoph, Sagi)
 - One more BOGUS_NID quirk (Pankaj)
 - IO timeout and error hanlding fixes for PCI (Keith)
 - Enhanced metadata format mask fix (Ankit)
 - Association race condition fix for fibre channel (Michael)
 - Correct debugfs error checks (Minjie)
 - Use PAGE_SECTORS_SHIFT where needed (Damien)
 - Reduce kernel logs for legacy nguid attribute (Keith)
 - Use correct dma direction when unmapping metadata (Ming)

----------------------------------------------------------------
Ankit Kumar (1):
      nvme: fix the NVME_ID_NS_NVM_STS_MASK definition

Christoph Hellwig (1):
      nvme: don't reject probe due to duplicate IDs for single-ported PCIe devices

Damien Le Moal (1):
      nvmet: use PAGE_SECTORS_SHIFT

Keith Busch (2):
      nvme: warn only once for legacy uuid attribute
      nvme: ensure disabling pairs with unquiesce

Michael Liang (2):
      nvme-fc: return non-zero status code when fails to create association
      nvme-fc: fix race between error recovery and creating association

Ming Lei (1):
      nvme-pci: fix DMA direction of unmapping integrity data

Minjie Du (1):
      nvme: fix parameter check in nvme_fault_inject_init()

Pankaj Raghav (1):
      nvme: add BOGUS_NID quirk for Samsung SM953

 drivers/nvme/host/core.c         | 36 +++++++++++++++++++++++++++++++++---
 drivers/nvme/host/fault_inject.c |  2 +-
 drivers/nvme/host/fc.c           | 37 ++++++++++++++++++++++++++++++-------
 drivers/nvme/host/pci.c          | 29 ++++++++++++++++++++---------
 drivers/nvme/host/sysfs.c        |  2 +-
 drivers/nvme/target/loop.c       |  2 +-
 drivers/nvme/target/passthru.c   |  4 ++--
 include/linux/nvme.h             |  2 +-
 8 files changed, 89 insertions(+), 25 deletions(-)


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

end of thread, other threads:[~2023-08-04  2:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-03 14:52 [GIT PULL] nvme fixes for Linux 6.5 Keith Busch
2023-08-04  2:04 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2023-07-13 20:24 Keith Busch
2023-07-13 20:31 ` 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.