mbox series

[GIT,PULL] nvme fixes for Linux 6.3

Message ID ZBLMMaLFyRsgOvGp@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-2022-03-16

Message

Christoph Hellwig March 16, 2023, 7:58 a.m. UTC
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(-)

Comments

Jens Axboe March 16, 2023, 1:02 p.m. UTC | #1
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.