[PATCH net-next 0/3] rxrpc: Fixes

From: David Howells
Date: Sat Nov 11 2017 - 12:57:58 EST



Here are some patches that fix some things in AF_RXRPC:

(1) Prevent notifications from being passed to a kernel service for a call
that it has ended.

(2) Fix a null pointer deference that occurs under some circumstances when an
ACK is generated.

(3) Fix a number of things to do with call expiration.

The patches can be found here also:

http://git.kernel.org/cgit/linux/kernel/git/dhowells/linux-fs.git/log/?h=rxrpc-next

Tagged thusly:

git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
rxrpc-next-20171111

David
---
David Howells (3):
rxrpc: Lock around calling a kernel service Rx notification
rxrpc: Fix a null ptr deref in rxrpc_fill_out_ack()
rxrpc: Fix call expiry handling


net/rxrpc/af_rxrpc.c | 16 ++++++++++++++++
net/rxrpc/ar-internal.h | 1 +
net/rxrpc/call_event.c | 2 +-
net/rxrpc/call_object.c | 1 +
net/rxrpc/input.c | 2 --
net/rxrpc/output.c | 19 +++++++++++++++----
net/rxrpc/recvmsg.c | 2 ++
7 files changed, 36 insertions(+), 7 deletions(-)