Re: [PATCH 3/5] rxrpc: fix last_call processing
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-08-31 11:53:16
Also in:
lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-08-31 11:53:16
Also in:
lkml
On Sunday, August 28, 2016 9:42:17 AM CEST David Howells wrote:
This is fixed by:
commit 2266ffdef5737fdfa96005204fc5606dbd559956
subject: rxrpc: Fix conn-based retransmit
which is in net-next.
I've merged net-next into the last linux-next release now for
testing (no linux-next this week) and can confirm that your
fix is correct. However, I got a new (valid) warning after
your f5c17aaeb2ae ("rxrpc: Calls should only have one terminal
state"), and another (false-positive) one for another patch
in net-next.
I'll follow up with the fixes, both of which are rather
straightforward.
Arnd