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

2018-02-07 Thread David Miller
From: David Howells Date: Tue, 06 Feb 2018 16:44:12 + > 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 informati

[PATCH net] rxrpc: Fix received abort handling

2018-02-06 Thread David Howells
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. I