[PATCH net v2 0/2] rxrpc: Miscellaneous fixes

David Howells posted 2 patches 3 months ago
There is a newer version of this series
net/rxrpc/call_accept.c | 4 ++++
1 file changed, 4 insertions(+)
[PATCH net v2 0/2] rxrpc: Miscellaneous fixes
Posted by David Howells 3 months ago
Here are some miscellaneous fixes for rxrpc:

 (1) Fix assertion failure due to preallocation collision.

 (2) Fix oops due to prealloc backlog struct not yet having been allocated
     if no service calls have yet been preallocated.

David

The patches can be found here also:

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

Changes
=======
ver #2)
 - Don't need to double-set RXRPC_CALL_RELEASED.
 - Drop applied frame size warning patch.
 - Add patch to fix oops.

David Howells (2):
  rxrpc: Fix bug due to prealloc collision
  rxrpc: Fix oops due to non-existence of prealloc backlog struct

 net/rxrpc/call_accept.c | 4 ++++
 1 file changed, 4 insertions(+)