All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] nvme fixes for Linux 7.2
@ 2026-06-23 14:47 Keith Busch
  2026-06-23 15:06 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Keith Busch @ 2026-06-23 14:47 UTC (permalink / raw)
  To: axboe; +Cc: hch, sagi, linux-nvme

The following changes since commit 7ed4aab1381f3439f45032eb860f89d9da5e45c2:

  block: optimize I/O merge hot path with unlikely() hints (2026-06-08 07:46:58 -0600)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-7.2-2026-06-23

for you to fetch changes up to 7d953c75f0a3f905aadf3675c9394a5b9d9897bf:

  nvmet-tcp: handle TCP_CLOSING state in nvmet_tcp_state_change (2026-06-10 08:14:19 -0700)

----------------------------------------------------------------
nvme fixes for Linux 7.2

 - Apple A11 quirk for sharing tags across admin and IO queues (Nick)
 - Target fix for short AUTH_RECEIVE buffers (Michael)
 - Target fix for SQ refcount leak (Wentao)
 - Target RDMA handling inline data with nonzero offset (Bryam)
 - Target TCP fix handling the TCP_CLOSING state (Maurizio)
 - FC abort fixes in early initialization (Mohamed)
 - Controller device teardown fixes (Maurizio, John)
 - Allocate the target ana_state with the port (Rosen)
 - Quieten sparse and sysfs symbol warnings (John)

----------------------------------------------------------------
Bryam Vargas (1):
      nvmet-rdma: handle inline data with a nonzero offset

John Garry (3):
      nvme: quieten sparse warning in valid LBA size check
      nvme: make some sysfs diagnostic structures static
      nvme: make nvme_add_ns{_head}_cdev return void

Maurizio Lombardi (2):
      nvme: fix crash and memory leak during invalid cdev teardown
      nvmet-tcp: handle TCP_CLOSING state in nvmet_tcp_state_change

Michael Bommarito (1):
      nvmet-auth: reject short AUTH_RECEIVE buffers

Mohamed Khalfella (1):
      nvme-fc: Do not cancel requests in io target before it is initialized

Nick Chan (1):
      nvme-apple: Prevent shared tags across queues on Apple A11

Rosen Penev (1):
      nvme: target: allocate ana_state with port

Wentao Liang (1):
      nvmet: fix refcount leak in nvmet_sq_create()

 drivers/nvme/host/apple.c              | 12 +++------
 drivers/nvme/host/core.c               | 45 ++++++++++++++++++++++------------
 drivers/nvme/host/fc.c                 |  7 +++++-
 drivers/nvme/host/multipath.c          | 24 ++++++++++--------
 drivers/nvme/host/nvme.h               |  5 +++-
 drivers/nvme/host/sysfs.c              |  6 ++---
 drivers/nvme/target/configfs.c         |  9 +------
 drivers/nvme/target/core.c             |  2 +-
 drivers/nvme/target/fabrics-cmd-auth.c | 26 +++++++++++++++++++-
 drivers/nvme/target/nvmet.h            |  2 +-
 drivers/nvme/target/rdma.c             | 18 ++++++++------
 drivers/nvme/target/tcp.c              |  1 +
 12 files changed, 100 insertions(+), 57 deletions(-)



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

* Re: [GIT PULL] nvme fixes for Linux 7.2
  2026-06-23 14:47 [GIT PULL] nvme fixes for Linux 7.2 Keith Busch
@ 2026-06-23 15:06 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2026-06-23 15:06 UTC (permalink / raw)
  To: Keith Busch; +Cc: hch, sagi, linux-nvme

On 6/23/26 8:47 AM, Keith Busch wrote:
> The following changes since commit 7ed4aab1381f3439f45032eb860f89d9da5e45c2:
> 
>   block: optimize I/O merge hot path with unlikely() hints (2026-06-08 07:46:58 -0600)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-7.2-2026-06-23
> 
> for you to fetch changes up to 7d953c75f0a3f905aadf3675c9394a5b9d9897bf:
> 
>   nvmet-tcp: handle TCP_CLOSING state in nvmet_tcp_state_change (2026-06-10 08:14:19 -0700)
> 
> ----------------------------------------------------------------
> nvme fixes for Linux 7.2
> 
>  - Apple A11 quirk for sharing tags across admin and IO queues (Nick)
>  - Target fix for short AUTH_RECEIVE buffers (Michael)
>  - Target fix for SQ refcount leak (Wentao)
>  - Target RDMA handling inline data with nonzero offset (Bryam)
>  - Target TCP fix handling the TCP_CLOSING state (Maurizio)
>  - FC abort fixes in early initialization (Mohamed)
>  - Controller device teardown fixes (Maurizio, John)
>  - Allocate the target ana_state with the port (Rosen)
>  - Quieten sparse and sysfs symbol warnings (John)

Pulled, thanks.

-- 
Jens Axboe



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

end of thread, other threads:[~2026-06-23 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23 14:47 [GIT PULL] nvme fixes for Linux 7.2 Keith Busch
2026-06-23 15:06 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.