mbox series

[GIT,PULL] nvme fixes for Linux 5.17

Message ID YgTB0csAbKyI5WvN@infradead.org (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nvme fixes for Linux 5.17 | expand

Pull-request

git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-10

Message

Christoph Hellwig Feb. 10, 2022, 7:42 a.m. UTC
The following changes since commit b13e0c71856817fca67159b11abac350e41289f5:

  block: bio-integrity: Advance seed correctly for larger interval sizes (2022-02-03 21:09:24 -0700)

are available in the Git repository at:

  git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-10

for you to fetch changes up to 63573807b27e0faf8065a28b1bbe1cbfb23c0130:

  nvme-tcp: fix bogus request completion when failing to send AER (2022-02-09 14:50:42 +0100)

----------------------------------------------------------------
nvme fixes for Linux 5.17

 - nvme-tcp: fix bogus request completion when failing to send AER
   (Sagi Grimberg)
 - add the missing nvme_complete_req tracepoint for batched completion
   (Bean Huo)

----------------------------------------------------------------
Bean Huo (1):
      nvme: add nvme_complete_req tracepoint for batched completion

Sagi Grimberg (1):
      nvme-tcp: fix bogus request completion when failing to send AER

 drivers/nvme/host/core.c |  1 +
 drivers/nvme/host/tcp.c  | 10 +++++++++-
 2 files changed, 10 insertions(+), 1 deletion(-)

Comments

Jens Axboe Feb. 10, 2022, 1:57 p.m. UTC | #1
On 2/10/22 12:42 AM, Christoph Hellwig wrote:
> The following changes since commit b13e0c71856817fca67159b11abac350e41289f5:
> 
>   block: bio-integrity: Advance seed correctly for larger interval sizes (2022-02-03 21:09:24 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-10

Pulled, thanks.
Christoph Hellwig Feb. 22, 2022, 5:21 p.m. UTC | #2
On Thu, Feb 10, 2022 at 06:57:10AM -0700, Jens Axboe wrote:
> On 2/10/22 12:42 AM, Christoph Hellwig wrote:
> > The following changes since commit b13e0c71856817fca67159b11abac350e41289f5:
> > 
> >   block: bio-integrity: Advance seed correctly for larger interval sizes (2022-02-03 21:09:24 -0700)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-10
> 
> Pulled, thanks.

Looks like it isn't in the block-5.17 branch any more.  Should I
just resend it for this week?
Jens Axboe Feb. 22, 2022, 5:26 p.m. UTC | #3
On 2/22/22 10:21 AM, Christoph Hellwig wrote:
> On Thu, Feb 10, 2022 at 06:57:10AM -0700, Jens Axboe wrote:
>> On 2/10/22 12:42 AM, Christoph Hellwig wrote:
>>> The following changes since commit b13e0c71856817fca67159b11abac350e41289f5:
>>>
>>>   block: bio-integrity: Advance seed correctly for larger interval sizes (2022-02-03 21:09:24 -0700)
>>>
>>> are available in the Git repository at:
>>>
>>>   git://git.infradead.org/nvme.git tags/nvme-5.17-2022-02-10
>>
>> Pulled, thanks.
> 
> Looks like it isn't in the block-5.17 branch any more.  Should I
> just resend it for this week?

Hmm?

https://git.kernel.dk/cgit/linux-block/commit/?h=block-5.17&id=93e2c52d71a6067d08ee927e2682e9781cb911ef

It also went upstream last week.
Christoph Hellwig Feb. 22, 2022, 5:29 p.m. UTC | #4
On Tue, Feb 22, 2022 at 10:26:16AM -0700, Jens Axboe wrote:
> Hmm?
> 
> https://git.kernel.dk/cgit/linux-block/commit/?h=block-5.17&id=93e2c52d71a6067d08ee927e2682e9781cb911ef

Indeed.  I somehow had a stale block-5.17 branch locally.