Re: [PATCH v6 16/18] rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK buffer
From: David Howells <dhowells@redhat.com>
Date: 2018-08-03 09:14:33
Also in:
lkml, netdev
From: David Howells <dhowells@redhat.com>
Date: 2018-08-03 09:14:33
Also in:
lkml, netdev
Hmmm... I'm wondering if the skcipher request should be allocated on call initialisation and a pointer put in the rxrpc_call struct. It's only used serially for any particular call. For the moment, I'll pass your patch onto DaveM. David