Re: [PATCH net 0/6] rxrpc: Miscellaneous fixes

From: David Miller
Date: Tue Aug 09 2016 - 15:57:11 EST


From: David Howells <dhowells@xxxxxxxxxx>
Date: Tue, 09 Aug 2016 17:33:12 +0100

> Here are a bunch of miscellaneous fixes to AF_RXRPC:
>
> (*) Fix an uninitialised pointer.
>
> (*) Fix error handling when we fail to connect a call.
>
> (*) Fix a NULL pointer dereference.
>
> (*) Fix two occasions where a packet is accessed again after being queued
> for someone else to deal with.
>
> (*) Fix a missing skb free.
>
> ---
> 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-20160809

Pulled, thanks David.