Here are some miscellaneous fixes for rxrpc:
(1) Fix a warning about over-large frame size in rxrpc_send_response().
(2) Fix assertion failure due to preallocation collision.
David
The patches can be found here also:
http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-fixes
David Howells (2):
rxrpc: Fix over large frame size warning
rxrpc: Fix bug due to prealloc collision
net/rxrpc/ar-internal.h | 15 +++++++++------
net/rxrpc/call_accept.c | 2 ++
net/rxrpc/output.c | 5 ++++-
3 files changed, 15 insertions(+), 7 deletions(-)