Here are three fixes for rxrpc:
(1) Fix a trace symbol mapping. It doesn't seem to let you map to "". (2) Fix the handling of the remote receive window size when it increases beyond the size we can support for our transmit window. (3) Fix a performance drop caused by retransmitted packets being accidentally marked as already ACK'd. The patches are tagged here: git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git rxrpc-fixes-20200618 and can also be found on the following branch: http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes David --- David Howells (1): rxrpc: Fix afs large storage transmission performance drop include/trace/events/rxrpc.h | 2 +- net/rxrpc/call_event.c | 2 +- net/rxrpc/input.c | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-)