mbox series

[GIT,PULL] nvmes fixes for Linux 6.1

Message ID Y2zL45ll7KIIc0zF@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-10

Message

Christoph Hellwig Nov. 10, 2022, 10:01 a.m. UTC
The following changes since commit f829230dd51974c1f4478900ed30bb77ba530b40:

  block: sed-opal: kmalloc the cmd/resp buffers (2022-11-08 07:14:35 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e65fdf530f55c5e387db14470a59a399faa29613:

  nvmet: fix a memory leak (2022-11-09 14:29:13 +0100)

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

 - quiet user passthrough command errors (Keith Busch)
 - fix memory leak in nvmet_subsys_attr_model_store_locked
 - fix a memory leak in nvmet-auth (Sagi Grimberg)

----------------------------------------------------------------
Aleksandr Miloserdov (1):
      nvmet: fix memory leak in nvmet_subsys_attr_model_store_locked

Keith Busch (1):
      nvme: quiet user passthrough command errors

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

 drivers/nvme/host/core.c       | 3 +--
 drivers/nvme/host/pci.c        | 2 --
 drivers/nvme/target/configfs.c | 8 ++++++--
 3 files changed, 7 insertions(+), 6 deletions(-)

Comments

Jens Axboe Nov. 10, 2022, 1:55 p.m. UTC | #1
On 11/10/22 3:01 AM, Christoph Hellwig wrote:
> The following changes since commit f829230dd51974c1f4478900ed30bb77ba530b40:
> 
>   block: sed-opal: kmalloc the cmd/resp buffers (2022-11-08 07:14:35 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.1-2022-11-10

Pulled, thanks.