mbox series

[GIT,PULL] nvme fixes for Linux 6.3

Message ID ZBvQbMungfXYQaL8@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-23

Message

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

Comments

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