mbox series

[GIT,PULL] nvmes fixes for Linux 6.1

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.1-2022-11-18

Message

Christoph Hellwig Nov. 18, 2022, 12:31 p.m. UTC
The following changes since commit d7dbd43f4a828fa1d9a8614d5b0ac40aee6375fe:

  blk-cgroup: properly pin the parent in blkcg_css_online (2022-11-14 12:13:19 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.1-2022-11-18

for you to fetch changes up to 0a52566279b4ee65ecd2503d7b7342851f84755c:

  nvmet: fix a memory leak in nvmet_auth_set_key (2022-11-16 07:20:56 +0100)

----------------------------------------------------------------
nvme fixes for Linux 6.1

 - two more bogus nid quirks (Bean Huo, Tiago Dias Ferreira)
 - memory leak fix in nvmet (Sagi Grimberg)

----------------------------------------------------------------
Bean Huo (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron Nitro

Sagi Grimberg (1):
      nvmet: fix a memory leak in nvmet_auth_set_key

Tiago Dias Ferreira (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000

 drivers/nvme/host/pci.c    | 4 ++++
 drivers/nvme/target/auth.c | 2 ++
 2 files changed, 6 insertions(+)

Comments

Jens Axboe Nov. 18, 2022, 2:48 p.m. UTC | #1
On 11/18/22 5:31 AM, Christoph Hellwig wrote:
> The following changes since commit d7dbd43f4a828fa1d9a8614d5b0ac40aee6375fe:
> 
>   blk-cgroup: properly pin the parent in blkcg_css_online (2022-11-14 12:13:19 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.1-2022-11-18

Pulled, thanks.