Re: [PATCH net 0/6] rxrpc: Miscellaneous fixes
From: David Miller <davem@davemloft.net>
Date: 2016-08-09 19:57:06
Also in:
lkml
From: David Miller <davem@davemloft.net>
Date: 2016-08-09 19:57:06
Also in:
lkml
From: David Howells <dhowells@redhat.com> 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-20160809Pulled, thanks David.