mbox series

[GIT,PULL] nvme fixes for Linux 6.3

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

Pull-request

git://git.infradead.org/nvme.git tags/nvme-6.3-2023-03-31

Message

Christoph Hellwig March 30, 2023, 10:37 p.m. UTC
The following changes since commit bb430b69422640891b0b8db762885730579a4145:

  loop: LOOP_CONFIGURE: send uevents for partitions (2023-03-27 13:27:06 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.3-2023-03-31

for you to fetch changes up to 88eaba80328b31ef81813a1207b4056efd7006a6:

  nvme-tcp: fix a possible UAF when failing to allocate an io queue (2023-03-30 11:24:33 +0900)

----------------------------------------------------------------
nvme fixes for Linux 6.3

 - mark Lexar NM760 as IGNORE_DEV_SUBNQN (Juraj Pecigos)
 - fix a possible UAF when failing to allocate an TCP io queue
   (Sagi Grimberg)

----------------------------------------------------------------
Juraj Pecigos (1):
      nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQN

Sagi Grimberg (1):
      nvme-tcp: fix a possible UAF when failing to allocate an io queue

 drivers/nvme/host/pci.c |  3 ++-
 drivers/nvme/host/tcp.c | 46 ++++++++++++++++++++++++++--------------------
 2 files changed, 28 insertions(+), 21 deletions(-)

Comments

Jens Axboe March 30, 2023, 10:39 p.m. UTC | #1
On 3/30/23 4:37 PM, Christoph Hellwig wrote:
> The following changes since commit bb430b69422640891b0b8db762885730579a4145:
> 
>   loop: LOOP_CONFIGURE: send uevents for partitions (2023-03-27 13:27:06 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2023-03-31
> 
> for you to fetch changes up to 88eaba80328b31ef81813a1207b4056efd7006a6:
> 
>   nvme-tcp: fix a possible UAF when failing to allocate an io queue (2023-03-30 11:24:33 +0900)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.3
> 
>  - mark Lexar NM760 as IGNORE_DEV_SUBNQN (Juraj Pecigos)
>  - fix a possible UAF when failing to allocate an TCP io queue
>    (Sagi Grimberg)

Pulled, thanks.