Here are three patches for AF_RXRPC. One removes some whitespace, one fixes terminal ACK generation and the third makes a couple of places actually use the timeout value just determined rather than ignoring it.
The patches can be found here also: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes Tagged thusly: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git rxrpc-fixes-20171129 David --- David Howells (2): rxrpc: Clean up whitespace rxrpc: Fix ACK generation from the connection event processor Gustavo A. R. Silva (1): rxrpc: Fix variable overwrite net/rxrpc/call_event.c | 4 ++-- net/rxrpc/conn_event.c | 50 +++++++++++++++++++++++++++-------------------- net/rxrpc/conn_object.c | 2 +- net/rxrpc/input.c | 4 ++-- net/rxrpc/sendmsg.c | 2 +- 5 files changed, 35 insertions(+), 27 deletions(-)