]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 21:22:46 +0000 (14:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Apr 2017 21:22:46 +0000 (14:22 -0700)
commitec1af27ea8f99ae893aebc38b54b470a69227388
tree9e30c8ffb93307788b53c698bd6fdadeb0373756
parentb404127879471c38ad13a246ce5dec156f60f828
parent89ca694806943728d5969982537acd824be8ce1e
Merge tag 'rxrpc-rewrite-20170406' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: Miscellany

Here's a set of patches that make some minor changes to AF_RXRPC:

 (1) Store error codes in struct rxrpc_call::error as negative codes and
     only convert to positive in recvmsg() to avoid confusion inside the
     kernel.

 (2) Note the result of trying to abort a call (this fails if the call is
     already 'completed').

 (3) Don't abort on temporary errors whilst processing challenge and
     response packets, but rather drop the packet and wait for
     retransmission.

And also adds some more tracing:

 (4) Protocol errors.

 (5) Received abort packets.

 (6) Changes in the Rx window size due to ACK packet information.

 (7) Client call initiation (to allow the rxrpc_call struct pointer, the
     wire call ID and the user ID/afs_call pointer to be cross-referenced).
====================

Signed-off-by: David S. Miller <davem@davemloft.net>