Re: [PATCH net-next 0/8] rxrpc: Preparation for removal of use of skbs from AFS

2016-08-30 Thread David Miller
From: David Howells Date: Tue, 30 Aug 2016 16:41:37 +0100 > Here's a set of patches that prepare the way for the removal of the use of > sk_buffs from fs/afs (they'll be entirely retained within net/rxrpc): > > (1) Fix a potential NULL-pointer deref in rxrpc_abort_calls().

Re: [PATCH net-next 0/8] rxrpc: Preparation for removal of use of skbs from AFS

2016-08-30 Thread David Miller
From: David Howells Date: Tue, 30 Aug 2016 16:41:37 +0100 > Here's a set of patches that prepare the way for the removal of the use of > sk_buffs from fs/afs (they'll be entirely retained within net/rxrpc): > > (1) Fix a potential NULL-pointer deref in rxrpc_abort_calls(). > > (2) Condense

[PATCH net-next 0/8] rxrpc: Preparation for removal of use of skbs from AFS

2016-08-30 Thread David Howells
Here's a set of patches that prepare the way for the removal of the use of sk_buffs from fs/afs (they'll be entirely retained within net/rxrpc): (1) Fix a potential NULL-pointer deref in rxrpc_abort_calls(). (2) Condense all the terminal call state machine states to a single one plus

[PATCH net-next 0/8] rxrpc: Preparation for removal of use of skbs from AFS

2016-08-30 Thread David Howells
Here's a set of patches that prepare the way for the removal of the use of sk_buffs from fs/afs (they'll be entirely retained within net/rxrpc): (1) Fix a potential NULL-pointer deref in rxrpc_abort_calls(). (2) Condense all the terminal call state machine states to a single one plus