Merge tag 'rxrpc-rewrite-20160824-1' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 16:42:57 +0000 (09:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Aug 2016 16:42:57 +0000 (09:42 -0700)
commitd3c10db138a9b5d88c475f9e4532003ad35f57c2
tree3df00f6697e4a1a1a3027bab8d918381ebd13829
parentd14c800ba64d05f1eceb69924ba3f1aeba829abb
parentdf5d8bf70f64a2ee34234553eb215418dbc4c8f3
Merge tag 'rxrpc-rewrite-20160824-1' of git://git./linux/kernel/git/dhowells/linux-fs

David Howells says:

====================
rxrpc: More fixes

Here are a couple of fix patches:

 (1) Fix the conn-based retransmission patch posted yesterday.  This breaks
     if it actually has to retransmit.  However, it seems the likelihood of
     this happening is really low, despite the server I'm testing against
     being located >3000 miles away, and sometime of the time it's handled
     in the call background processor before we manage to disconnect the
     call - hence why I didn't spot it.

 (2) /proc/net/rxrpc_calls can cause a crash it accessed whilst a call is
     being torn down.  The window of opportunity is pretty small, however,
     as calls don't stay in this state for long.
====================

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