mbox series

[GIT,PULL] nvme fixes for Linux 5.17

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.17-2022-01-27

Message

Christoph Hellwig Jan. 27, 2022, 7:19 a.m. UTC
The following changes since commit 83114df32ae779df57e0af99a8ba6c3968b2ba3d:

  block: fix memory leak in disk_register_independent_access_ranges (2022-01-23 09:13:09 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.17-2022-01-27

for you to fetch changes up to a5f3851b7f7951e8d4ba0a9ba3b5308a5f250a2d:

  nvme-fabrics: remove the unneeded ret variable in nvmf_dev_show (2022-01-27 08:17:17 +0100)

----------------------------------------------------------------
nvme fixes for Linux 5.17

 - add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs (Wu Zheng)
 - remove the unneeded ret variable in nvmf_dev_show (Changcheng Deng)

----------------------------------------------------------------
Changcheng Deng (1):
      nvme-fabrics: remove the unneeded ret variable in nvmf_dev_show

Wu Zheng (1):
      nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDs

 drivers/nvme/host/fabrics.c | 3 +--
 drivers/nvme/host/pci.c     | 3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Jens Axboe Jan. 27, 2022, 1:53 p.m. UTC | #1
On 1/27/22 12:19 AM, Christoph Hellwig wrote:
> The following changes since commit 83114df32ae779df57e0af99a8ba6c3968b2ba3d:
> 
>   block: fix memory leak in disk_register_independent_access_ranges (2022-01-23 09:13:09 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.17-2022-01-27

Pulled, thanks.