linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] nvme fixes for Linux 6.3
@ 2023-03-30 22:37 Christoph Hellwig
  2023-03-30 22:39 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2023-03-30 22:37 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

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(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] nvme fixes for Linux 6.3
  2023-03-30 22:37 [GIT PULL] nvme fixes for Linux 6.3 Christoph Hellwig
@ 2023-03-30 22:39 ` Jens Axboe
  0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2023-03-30 22:39 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

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.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] nvme fixes for Linux 6.3
  2023-03-23  4:07 Christoph Hellwig
@ 2023-03-23 19:02 ` Jens Axboe
  0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2023-03-23 19:02 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

On 3/22/23 10:07 PM, Christoph Hellwig wrote:
> The following changes since commit 9d2789ac9d60c049d26ef6d3005d9c94c5a559e9:
> 
>   block/io_uring: pass in issue_flags for uring_cmd task_work handling (2023-03-20 20:01:25 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2023-03-23
> 
> for you to fetch changes up to aa01c67de5926fdb276793180564f172c55fb0d7:
> 
>   nvme-tcp: fix nvme_tcp_term_pdu to match spec (2023-03-22 09:19:56 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.3
> 
>  - send Identify with CNS 06h only to I/O controllers (Martin George)
>  - fix nvme_tcp_term_pdu to match spec (Caleb Sander)

Pulled, thanks.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] nvme fixes for Linux 6.3
@ 2023-03-23  4:07 Christoph Hellwig
  2023-03-23 19:02 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2023-03-23  4:07 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

The following changes since commit 9d2789ac9d60c049d26ef6d3005d9c94c5a559e9:

  block/io_uring: pass in issue_flags for uring_cmd task_work handling (2023-03-20 20:01:25 -0600)

are available in the Git repository at:

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

for you to fetch changes up to aa01c67de5926fdb276793180564f172c55fb0d7:

  nvme-tcp: fix nvme_tcp_term_pdu to match spec (2023-03-22 09:19:56 +0100)

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

 - send Identify with CNS 06h only to I/O controllers (Martin George)
 - fix nvme_tcp_term_pdu to match spec (Caleb Sander)

----------------------------------------------------------------
Caleb Sander (1):
      nvme-tcp: fix nvme_tcp_term_pdu to match spec

Martin George (1):
      nvme: send Identify with CNS 06h only to I/O controllers

 drivers/nvme/host/core.c | 3 ++-
 include/linux/nvme-tcp.h | 5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] nvme fixes for Linux 6.3
  2023-03-16  7:58 Christoph Hellwig
@ 2023-03-16 13:02 ` Jens Axboe
  0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2023-03-16 13:02 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

On 3/16/23 1:58 AM, Christoph Hellwig wrote:
> The following changes since commit b6402014cab0481bdfd1ffff3e1dad714e8e1205:
> 
>   block: null_blk: cleanup null_queue_rq() (2023-03-15 06:50:24 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2022-03-16
> 
> for you to fetch changes up to 6173a77b7e9d3e202bdb9897b23f2a8afe7bf286:
> 
>   nvmet: avoid potential UAF in nvmet_req_complete() (2023-03-15 14:58:53 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.3
> 
>  - avoid potential UAF in nvmet_req_complete (Damien Le Moal)
>  - more quirks (Elmer Miroslav Mosher Golovin, Philipp Geulen)
>  - fix a memory leak in the nvme-pci probe teardown path (Irvin Cote)
>  - repair the MAINTAINERS entry (Lukas Bulwahn)
>  - fix handling single range discard request (Ming Lei)
>  - show more opcode names in trace events (Minwoo Im)
>  - fix nvme-tcp timeout reporting (Sagi Grimberg)

Pulled, thanks.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] nvme fixes for Linux 6.3
@ 2023-03-16  7:58 Christoph Hellwig
  2023-03-16 13:02 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2023-03-16  7:58 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

The following changes since commit b6402014cab0481bdfd1ffff3e1dad714e8e1205:

  block: null_blk: cleanup null_queue_rq() (2023-03-15 06:50:24 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.3-2022-03-16

for you to fetch changes up to 6173a77b7e9d3e202bdb9897b23f2a8afe7bf286:

  nvmet: avoid potential UAF in nvmet_req_complete() (2023-03-15 14:58:53 +0100)

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

 - avoid potential UAF in nvmet_req_complete (Damien Le Moal)
 - more quirks (Elmer Miroslav Mosher Golovin, Philipp Geulen)
 - fix a memory leak in the nvme-pci probe teardown path (Irvin Cote)
 - repair the MAINTAINERS entry (Lukas Bulwahn)
 - fix handling single range discard request (Ming Lei)
 - show more opcode names in trace events (Minwoo Im)
 - fix nvme-tcp timeout reporting (Sagi Grimberg)

----------------------------------------------------------------
Damien Le Moal (1):
      nvmet: avoid potential UAF in nvmet_req_complete()

Elmer Miroslav Mosher Golovin (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000

Irvin Cote (1):
      nvme-pci: fixing memory leak in probe teardown path

Lukas Bulwahn (1):
      MAINTAINERS: repair malformed T: entries in NVM EXPRESS DRIVERS

Ming Lei (1):
      nvme: fix handling single range discard request

Minwoo Im (1):
      nvme-trace: show more opcode names

Philipp Geulen (1):
      nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM620

Sagi Grimberg (2):
      nvme-tcp: fix opcode reporting in the timeout handler
      nvme-tcp: add nvme-tcp pdu size build protection

 MAINTAINERS                |  8 ++++----
 drivers/nvme/host/core.c   | 28 +++++++++++++++++++---------
 drivers/nvme/host/pci.c    |  5 +++++
 drivers/nvme/host/tcp.c    | 33 +++++++++++++++++++++++++++------
 drivers/nvme/target/core.c |  4 +++-
 include/linux/nvme.h       |  5 +++++
 6 files changed, 63 insertions(+), 20 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [GIT PULL] nvme fixes for Linux 6.3
  2023-02-15 18:17 Christoph Hellwig
@ 2023-02-16  3:25 ` Jens Axboe
  0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2023-02-16  3:25 UTC (permalink / raw)
  To: Christoph Hellwig
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

On 2/15/23 11:17 AM, Christoph Hellwig wrote:
> The following changes since commit 2f1e07dda1e1310873647abc40bbc49eaf3b10e3:
> 
>   block: ublk: check IO buffer based on flag need_get_data (2023-02-13 08:36:23 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-15
> 
> for you to fetch changes up to b6c0c237bea191fb99b6c2de093262402b0159a6:
> 
>   nvme-pci: remove iod use_sgls (2023-02-14 06:40:57 +0100)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 6.3
> 
>  - fix and cleanup freeing single sgl (Keith Busch)

Pulled, thanks.

-- 
Jens Axboe



^ permalink raw reply	[flat|nested] 8+ messages in thread

* [GIT PULL] nvme fixes for Linux 6.3
@ 2023-02-15 18:17 Christoph Hellwig
  2023-02-16  3:25 ` Jens Axboe
  0 siblings, 1 reply; 8+ messages in thread
From: Christoph Hellwig @ 2023-02-15 18:17 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Keith Busch, Sagi Grimberg, Chaitanya Kulkarni, linux-block, linux-nvme

The following changes since commit 2f1e07dda1e1310873647abc40bbc49eaf3b10e3:

  block: ublk: check IO buffer based on flag need_get_data (2023-02-13 08:36:23 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-6.3-2023-02-15

for you to fetch changes up to b6c0c237bea191fb99b6c2de093262402b0159a6:

  nvme-pci: remove iod use_sgls (2023-02-14 06:40:57 +0100)

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

 - fix and cleanup freeing single sgl (Keith Busch)

----------------------------------------------------------------
Keith Busch (2):
      nvme-pci: fix freeing single sgl
      nvme-pci: remove iod use_sgls

 drivers/nvme/host/pci.c | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-30 22:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-30 22:37 [GIT PULL] nvme fixes for Linux 6.3 Christoph Hellwig
2023-03-30 22:39 ` Jens Axboe
  -- strict thread matches above, loose matches on Subject: below --
2023-03-23  4:07 Christoph Hellwig
2023-03-23 19:02 ` Jens Axboe
2023-03-16  7:58 Christoph Hellwig
2023-03-16 13:02 ` Jens Axboe
2023-02-15 18:17 Christoph Hellwig
2023-02-16  3:25 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).