lkml.org 
[lkml]   [2016]   [Aug]   [9]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject[PATCH net 0/6] rxrpc: Miscellaneous fixes
From
Date

Hi Dave,

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

David
---
Arnd Bergmann (1):
rxrpc: fix uninitialized pointer dereference in debug code

David Howells (5):
rxrpc: Need to flag call as being released on connect failure
rxrpc: Don't access connection from call if pointer is NULL
rxrpc: Once packet posted in data_ready, don't retry posting
rxrpc: Fix a use-after-push in data_ready handler
rxrpc: Free packets discarded in data_ready


net/rxrpc/call_event.c | 4 ++++
net/rxrpc/call_object.c | 3 +++
net/rxrpc/input.c | 27 ++++++++++++++++-----------
3 files changed, 23 insertions(+), 11 deletions(-)

\
 
 \ /
  Last update: 2016-08-09 19:21    [W:0.056 / U:0.512 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site