mbox series

[GIT,PULL] nvme fix for 5.7

Message ID 20200430152832.GA2579034@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fix for 5.7 | expand

Pull-request

git://git.infradead.org/nvme.git nvme-5.7

Message

Christoph Hellwig April 30, 2020, 3:28 p.m. UTC
The following changes since commit d205bde78fa53e1ce256b1f7f65ede9696d73ee5:

  null_blk: Cleanup zoned device initialization (2020-04-23 09:35:09 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git nvme-5.7

for you to fetch changes up to 132be62387c7a72a38872676c18b0dfae264adb8:

  nvme: prevent double free in nvme_alloc_ns() error handling (2020-04-27 17:08:06 +0200)

----------------------------------------------------------------
Niklas Cassel (1):
      nvme: prevent double free in nvme_alloc_ns() error handling

 drivers/nvme/host/core.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Jens Axboe April 30, 2020, 3:33 p.m. UTC | #1
On 4/30/20 9:28 AM, Christoph Hellwig wrote:
> The following changes since commit d205bde78fa53e1ce256b1f7f65ede9696d73ee5:
> 
>   null_blk: Cleanup zoned device initialization (2020-04-23 09:35:09 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git nvme-5.7
> 
> for you to fetch changes up to 132be62387c7a72a38872676c18b0dfae264adb8:
> 
>   nvme: prevent double free in nvme_alloc_ns() error handling (2020-04-27 17:08:06 +0200)
> 
> ----------------------------------------------------------------
> Niklas Cassel (1):
>       nvme: prevent double free in nvme_alloc_ns() error handling
> 
>  drivers/nvme/host/core.c | 2 ++
>  1 file changed, 2 insertions(+)

Pulled, thanks.