Re: [PATCH net] rxrpc: Fix received abort handling

From: David Miller
Date: Wed Feb 07 2018 - 21:48:08 EST


From: David Howells <dhowells@xxxxxxxxxx>
Date: Tue, 06 Feb 2018 16:44:12 +0000

> AF_RXRPC is incorrectly sending back to the server any abort it receives
> for a client connection. This is due to the final-ACK offload to the
> connection event processor patch. The abort code is copied into the
> last-call information on the connection channel and then the event
> processor is set.
>
> Instead, the following should be done:
...
> Fixes: 3136ef49a14c ("rxrpc: Delay terminal ACK transmission on a client call")
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>

Applied, thanks David.