Re: [PATCH net-next 1/1] rxrpc: Don't expose skbs to in-kernel users [ver #2]

2016-09-02 Thread David Howells
David Miller wrote: > Ok, I tried this one instead. If no warnings, I'll push it to net-next. Thanks, David

Re: [PATCH net-next 1/1] rxrpc: Don't expose skbs to in-kernel users [ver #2]

2016-09-01 Thread David Miller
From: David Howells Date: Tue, 30 Aug 2016 20:42:14 +0100 > Don't expose skbs to in-kernel users, such as the AFS filesystem, but > instead provide a notification hook the indicates that a call needs > attention and another that indicates that there's a new call to be >

[PATCH net-next 1/1] rxrpc: Don't expose skbs to in-kernel users [ver #2]

2016-08-30 Thread David Howells
Don't expose skbs to in-kernel users, such as the AFS filesystem, but instead provide a notification hook the indicates that a call needs attention and another that indicates that there's a new call to be collected. This makes the following possibilities more achievable: (1) Call refcounting