* [GIT PULL] nvme fixes for Linux 6.14
@ 2025-02-03 15:03 Keith Busch
2025-02-03 16:19 ` Jens Axboe
0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2025-02-03 15:03 UTC (permalink / raw)
To: axboe, hch, sagi, linux-nvme
[now with linux-nvme list copied]
The following changes since commit e7b94c5c6f3b6435206f0e4ef7c5aa4eceae42f9:
Merge tag 'md-6.14-20250113' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.14/block (2025-01-13 10:30:33 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.14-2025-01-31
for you to fetch changes up to c8ed6cb5d37bc09c7e25e49a670e9fd1a3bd1dfa:
nvme-fc: use ctrl state getter (2025-01-31 10:14:36 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.14
- Connection fixes for fibre channel transport (Daniel)
- Endian fixes (Keith, Christoph)
- Cleanup fix for host memory buffer (Francis)
- Platform specific power quirks (Georg)
- Target memory leak (Sagi)
- Use appropriate controller state accessor (Daniel)
----------------------------------------------------------------
Christoph Hellwig (2):
nvmet: the result field in nvmet_alloc_ctrl_args is little endian
nvmet: add a missing endianess conversion in nvmet_execute_admin_connect
Daniel Wagner (4):
nvme-fc: go straight to connecting state when initializing
nvme: handle connectivity loss in nvme_set_queue_count
nvme-fc: do not ignore connectivity loss during connecting
nvme-fc: use ctrl state getter
Francis Pravin (1):
nvme-pci: remove redundant dma frees in hmb
Georg Gottleuber (2):
nvme-pci: Add TUXEDO InfinityFlex to Samsung sleep quirk
nvme-pci: Add TUXEDO IBP Gen9 to Samsung sleep quirk
Keith Busch (2):
nvmet: fix rw control endian access
nvme: make nvme_tls_attrs_group static
Sagi Grimberg (1):
nvmet: fix a memory leak in controller identify
drivers/nvme/host/core.c | 8 +++++++-
drivers/nvme/host/fc.c | 35 +++++++++++++++++++++++++----------
drivers/nvme/host/pci.c | 12 +++---------
drivers/nvme/host/sysfs.c | 2 +-
drivers/nvme/target/admin-cmd.c | 1 +
drivers/nvme/target/fabrics-cmd.c | 2 +-
drivers/nvme/target/io-cmd-bdev.c | 2 +-
drivers/nvme/target/nvmet.h | 2 +-
8 files changed, 40 insertions(+), 24 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL] nvme fixes for Linux 6.14
2025-02-03 15:03 Keith Busch
@ 2025-02-03 16:19 ` Jens Axboe
0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2025-02-03 16:19 UTC (permalink / raw)
To: Keith Busch, hch, sagi, linux-nvme
On 2/3/25 8:03 AM, Keith Busch wrote:
> [now with linux-nvme list copied]
>
> The following changes since commit e7b94c5c6f3b6435206f0e4ef7c5aa4eceae42f9:
>
> Merge tag 'md-6.14-20250113' of https://git.kernel.org/pub/scm/linux/kernel/git/mdraid/linux into for-6.14/block (2025-01-13 10:30:33 -0700)
>
> are available in the Git repository at:
>
> git://git.infradead.org/nvme.git tags/nvme-6.14-2025-01-31
>
> for you to fetch changes up to c8ed6cb5d37bc09c7e25e49a670e9fd1a3bd1dfa:
>
> nvme-fc: use ctrl state getter (2025-01-31 10:14:36 -0800)
>
> ----------------------------------------------------------------
> nvme fixes for Linux 6.14
>
> - Connection fixes for fibre channel transport (Daniel)
> - Endian fixes (Keith, Christoph)
> - Cleanup fix for host memory buffer (Francis)
> - Platform specific power quirks (Georg)
> - Target memory leak (Sagi)
> - Use appropriate controller state accessor (Daniel)
Pulled, thanks.
--
Jens Axboe
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] nvme fixes for Linux 6.14
@ 2025-02-21 0:07 Keith Busch
2025-02-21 0:45 ` Jens Axboe
0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2025-02-21 0:07 UTC (permalink / raw)
To: axboe; +Cc: linux-nvme, hch, sagi
The following changes since commit dd8b0582e25e36bba483c60338741c0ba5bc426c:
block: fix NULL pointer dereferenced within __blk_rq_map_sg (2025-02-17 09:04:07 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.14-2025-02-20
for you to fetch changes up to d2fe192348f93fe3a0cb1e33e4aba58e646397f4:
nvme: only allow entering LIVE from CONNECTING state (2025-02-20 09:14:25 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.14
- FC controller state check fixes (Daniel)
- PCI Endpoint fixes (Damien)
- TCP connection failure fix (Caleb)
- TCP handling C2HTermReq PDU (Maurizio)
- RDMA queue state check (Ruozhu)
- Apple controller fixes (Hector)
- Target crash on disbaled namespace (Hannes)
----------------------------------------------------------------
Caleb Sander Mateos (2):
nvme-tcp: fix connect failure on receiving partial ICResp PDU
nvme/ioctl: add missing space in err message
Christopher Lentocha (1):
nvme-pci: quirk Acer FA100 for non-uniqueue identifiers
Damien Le Moal (6):
nvmet: pci-epf: Correctly initialize CSTS when enabling the controller
nvmet: pci-epf: Do not uselessly write the CSTS register
nvmet: pci-epf: Avoid RCU stalls under heavy workload
nvme: tcp: Fix compilation warning with W=1
nvme: Cleanup the definition of the controller config register fields
nvmet: Use enum definitions instead of hardcoded values
Daniel Wagner (2):
nvme-fc: rely on state transitions to handle connectivity loss
nvme: only allow entering LIVE from CONNECTING state
Hannes Reinecke (1):
nvmet: Fix crash when a namespace is disabled
Hector Martin (2):
apple-nvme: Release power domains when probe fails
apple-nvme: Support coprocessors left idle
Maurizio Lombardi (1):
nvme-tcp: add basic support for the C2HTermReq PDU
Ruozhu Li (1):
nvmet-rdma: recheck queue state is LIVE in state lock in recv done
drivers/nvme/host/apple.c | 55 ++++++++++++++++++++++++-----------
drivers/nvme/host/core.c | 2 --
drivers/nvme/host/fc.c | 67 ++++---------------------------------------
drivers/nvme/host/ioctl.c | 3 +-
drivers/nvme/host/pci.c | 2 ++
drivers/nvme/host/tcp.c | 50 ++++++++++++++++++++++++++++++--
drivers/nvme/target/core.c | 40 ++++++++++++--------------
drivers/nvme/target/nvmet.h | 14 ++++-----
drivers/nvme/target/pci-epf.c | 39 ++++++++++++++++++-------
drivers/nvme/target/rdma.c | 33 ++++++++++++++-------
include/linux/nvme-tcp.h | 2 ++
include/linux/nvme.h | 40 +++++++++++++++++++++-----
12 files changed, 208 insertions(+), 139 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL] nvme fixes for Linux 6.14
2025-02-21 0:07 [GIT PULL] nvme fixes for Linux 6.14 Keith Busch
@ 2025-02-21 0:45 ` Jens Axboe
0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2025-02-21 0:45 UTC (permalink / raw)
To: Keith Busch; +Cc: linux-nvme, hch, sagi
On 2/20/25 5:07 PM, Keith Busch wrote:
> The following changes since commit dd8b0582e25e36bba483c60338741c0ba5bc426c:
>
> block: fix NULL pointer dereferenced within __blk_rq_map_sg (2025-02-17 09:04:07 -0700)
>
> are available in the Git repository at:
>
> git://git.infradead.org/nvme.git tags/nvme-6.14-2025-02-20
>
> for you to fetch changes up to d2fe192348f93fe3a0cb1e33e4aba58e646397f4:
>
> nvme: only allow entering LIVE from CONNECTING state (2025-02-20 09:14:25 -0800)
>
> ----------------------------------------------------------------
> nvme fixes for Linux 6.14
>
> - FC controller state check fixes (Daniel)
> - PCI Endpoint fixes (Damien)
> - TCP connection failure fix (Caleb)
> - TCP handling C2HTermReq PDU (Maurizio)
> - RDMA queue state check (Ruozhu)
> - Apple controller fixes (Hector)
> - Target crash on disbaled namespace (Hannes)
Pulled, thanks.
--
Jens Axboe
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] nvme fixes for Linux 6.14
@ 2025-03-06 1:39 Keith Busch
2025-03-06 11:33 ` Jens Axboe
0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2025-03-06 1:39 UTC (permalink / raw)
To: axboe; +Cc: hch, sagi, linux-nvme
The following changes since commit 70550442f28eba83b3e659618bba2b64eb91575f:
Merge tag 'nvme-6.14-2025-02-20' of git://git.infradead.org/nvme into block-6.14 (2025-02-20 17:43:59 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.14-2025-03-05
for you to fetch changes up to 528361c49962708a60f51a1afafeb00987cebedf:
nvme-tcp: fix signedness bug in nvme_tcp_init_connection() (2025-03-05 10:37:01 -0800)
----------------------------------------------------------------
nvme fixes for Linux 6.14
- TCP use after free fix on polling (Sagi)
- Controller memory buffer cleanup fixes (Icenowy)
- Free leaking requests on bad user passthrough commands (Keith)
- TCP error message fix (Maurizio)
- TCP corruption fix on partial PDU (Maurizio)
- TCP memory ordering fix for weakly ordered archs (Meir)
- Type coercion fix on message error for TCP (Dan)
----------------------------------------------------------------
Dan Carpenter (1):
nvme-tcp: fix signedness bug in nvme_tcp_init_connection()
Icenowy Zheng (2):
nvme-pci: clean up CMBMSC when registering CMB fails
nvme-pci: skip CMB blocks incompatible with PCI P2P DMA
Keith Busch (1):
nvme-ioctl: fix leaked requests on mapping error
Maurizio Lombardi (3):
nvmet: remove old function prototype
nvme-tcp: Fix a C2HTermReq error message
nvme-tcp: fix potential memory corruption in nvme_tcp_recv_pdu()
Meir Elisha (1):
nvmet-tcp: Fix a possible sporadic response drops in weakly ordered arch
Sagi Grimberg (1):
nvme-tcp: fix possible UAF in nvme_tcp_poll
drivers/nvme/host/ioctl.c | 12 ++++++++----
drivers/nvme/host/pci.c | 21 +++++++++++++--------
drivers/nvme/host/tcp.c | 45 ++++++++++++++++++++++++++++++++++++---------
drivers/nvme/target/nvmet.h | 1 -
drivers/nvme/target/tcp.c | 15 +++++++++++----
5 files changed, 68 insertions(+), 26 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL] nvme fixes for Linux 6.14
2025-03-06 1:39 Keith Busch
@ 2025-03-06 11:33 ` Jens Axboe
0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2025-03-06 11:33 UTC (permalink / raw)
To: Keith Busch; +Cc: hch, sagi, linux-nvme
On 3/5/25 6:39 PM, Keith Busch wrote:
> The following changes since commit 70550442f28eba83b3e659618bba2b64eb91575f:
>
> Merge tag 'nvme-6.14-2025-02-20' of git://git.infradead.org/nvme into block-6.14 (2025-02-20 17:43:59 -0700)
>
> are available in the Git repository at:
>
> git://git.infradead.org/nvme.git tags/nvme-6.14-2025-03-05
>
> for you to fetch changes up to 528361c49962708a60f51a1afafeb00987cebedf:
>
> nvme-tcp: fix signedness bug in nvme_tcp_init_connection() (2025-03-05 10:37:01 -0800)
>
> ----------------------------------------------------------------
> nvme fixes for Linux 6.14
>
> - TCP use after free fix on polling (Sagi)
> - Controller memory buffer cleanup fixes (Icenowy)
> - Free leaking requests on bad user passthrough commands (Keith)
> - TCP error message fix (Maurizio)
> - TCP corruption fix on partial PDU (Maurizio)
> - TCP memory ordering fix for weakly ordered archs (Meir)
> - Type coercion fix on message error for TCP (Dan)
Pulled, thanks.
--
Jens Axboe
^ permalink raw reply [flat|nested] 8+ messages in thread
* [GIT PULL] nvme fixes for Linux 6.14
@ 2025-03-13 15:31 Keith Busch
2025-03-13 15:42 ` Jens Axboe
0 siblings, 1 reply; 8+ messages in thread
From: Keith Busch @ 2025-03-13 15:31 UTC (permalink / raw)
To: axboe; +Cc: hch, sagi, linux-nvme
The following changes since commit e7112524e5e885181cc5ae4d258f33b9dbe0b907:
block: Name the RQF flags enum (2025-03-06 17:50:55 -0700)
are available in the Git repository at:
git://git.infradead.org/nvme.git tags/nvme-6.14-2025-03-13
for you to fetch changes up to 39393f5c5c795992507aa5005a9d58396a5b07f1:
nvmet: pci-epf: Do not add an IRQ vector if not needed (2025-03-10 10:12:16 -0700)
----------------------------------------------------------------
nvme fixes for Linux 6.14
- Concurrent pci error and hotplug handling fix (Keith)
- Endpoint function fixes (Damien)
----------------------------------------------------------------
Damien Le Moal (2):
nvmet: pci-epf: Set NVMET_PCI_EPF_Q_LIVE when a queue is fully created
nvmet: pci-epf: Do not add an IRQ vector if not needed
Keith Busch (1):
nvme-pci: fix stuck reset on concurrent DPC and HP
drivers/nvme/host/pci.c | 13 ++++++++++++-
drivers/nvme/target/pci-epf.c | 28 ++++++++++++++--------------
2 files changed, 26 insertions(+), 15 deletions(-)
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [GIT PULL] nvme fixes for Linux 6.14
2025-03-13 15:31 Keith Busch
@ 2025-03-13 15:42 ` Jens Axboe
0 siblings, 0 replies; 8+ messages in thread
From: Jens Axboe @ 2025-03-13 15:42 UTC (permalink / raw)
To: Keith Busch; +Cc: hch, sagi, linux-nvme
On 3/13/25 9:31 AM, Keith Busch wrote:
> The following changes since commit e7112524e5e885181cc5ae4d258f33b9dbe0b907:
>
> block: Name the RQF flags enum (2025-03-06 17:50:55 -0700)
>
> are available in the Git repository at:
>
> git://git.infradead.org/nvme.git tags/nvme-6.14-2025-03-13
>
> for you to fetch changes up to 39393f5c5c795992507aa5005a9d58396a5b07f1:
>
> nvmet: pci-epf: Do not add an IRQ vector if not needed (2025-03-10 10:12:16 -0700)
>
> ----------------------------------------------------------------
> nvme fixes for Linux 6.14
>
> - Concurrent pci error and hotplug handling fix (Keith)
> - Endpoint function fixes (Damien)
Pulled, thanks.
--
Jens Axboe
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-03-13 16:01 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-21 0:07 [GIT PULL] nvme fixes for Linux 6.14 Keith Busch
2025-02-21 0:45 ` Jens Axboe
-- strict thread matches above, loose matches on Subject: below --
2025-03-13 15:31 Keith Busch
2025-03-13 15:42 ` Jens Axboe
2025-03-06 1:39 Keith Busch
2025-03-06 11:33 ` Jens Axboe
2025-02-03 15:03 Keith Busch
2025-02-03 16:19 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox