mbox series

[GIT,PULL] nvmes fixes for Linux 5.19

Message ID Ysbe1DGn9vLRpEOh@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvmes fixes for Linux 5.19 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.19-2022-07-07

Message

Christoph Hellwig July 7, 2022, 1:25 p.m. UTC
The following changes since commit f3163d8567adbfebe574fb22c647ce5b829c5971:

  Merge tag 'nvme-5.19-2022-06-30' of git://git.infradead.org/nvme into block-5.19 (2022-06-30 14:00:11 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.19-2022-07-07

for you to fetch changes up to 5c629dc9609dc43492a7bc8060cc6120875bf096:

  nvme: use struct group for generic command dwords (2022-07-06 19:12:56 +0200)

----------------------------------------------------------------
nvme fixes for Linux 5.19

 - another bogus identifier quirk (Keith Busch)
 - use struct group in the tracer to avoid a gcc warning (Keith Busch)

----------------------------------------------------------------
Keith Busch (2):
      nvme-pci: phison e16 has bogus namespace ids
      nvme: use struct group for generic command dwords

 drivers/nvme/host/pci.c   | 3 ++-
 drivers/nvme/host/trace.h | 2 +-
 include/linux/nvme.h      | 2 ++
 3 files changed, 5 insertions(+), 2 deletions(-)

Comments

Jens Axboe July 7, 2022, 11:38 p.m. UTC | #1
On 7/7/22 7:25 AM, Christoph Hellwig wrote:
> The following changes since commit f3163d8567adbfebe574fb22c647ce5b829c5971:
> 
>   Merge tag 'nvme-5.19-2022-06-30' of git://git.infradead.org/nvme into block-5.19 (2022-06-30 14:00:11 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.19-2022-07-07

Pulled, thanks.