mbox series

[GIT,PULL] nvme fix for 5.9

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.9-2020-10-07

Message

Christoph Hellwig Oct. 7, 2020, 2:23 p.m. UTC
The following changes since commit 6d53a9fe5a1983490bc14b3a64d49fabb4ccc651:

  block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg() (2020-10-02 12:01:47 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.9-2020-10-07

for you to fetch changes up to 4bab69093044ca81f394bd0780be1b71c5a4d308:

  nvme-core: put ctrl ref when module ref get fail (2020-10-07 07:55:40 +0200)

----------------------------------------------------------------
nvme fix for 5.9:

 - fix a recently introduced controller leak (Logan Gunthorpe)

----------------------------------------------------------------
Chaitanya Kulkarni (1):
      nvme-core: put ctrl ref when module ref get fail

 drivers/nvme/host/core.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Comments

Jens Axboe Oct. 7, 2020, 2:25 p.m. UTC | #1
On 10/7/20 8:23 AM, Christoph Hellwig wrote:
> The following changes since commit 6d53a9fe5a1983490bc14b3a64d49fabb4ccc651:
> 
>   block/scsi-ioctl: Fix kernel-infoleak in scsi_put_cdrom_generic_arg() (2020-10-02 12:01:47 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.9-2020-10-07

Pulled, thanks.