Re: [PATCH v2 1/2] KEYS: Don't write out to userspace while holding key semaphore
From: Waiman Long <longman@redhat.com>
Date: 2020-03-13 16:57:54
Also in:
keyrings, linux-integrity, lkml
From: Waiman Long <longman@redhat.com>
Date: 2020-03-13 16:57:54
Also in:
keyrings, linux-integrity, lkml
On 3/13/20 11:28 AM, Jarkko Sakkinen wrote:
On Fri, Mar 13, 2020 at 09:29:47AM -0400, Waiman Long wrote:quoted
One way to do that is to extract the down_read/up_read block into a helper function and then have 2 separate paths - one for length retrieval and another one for reading the key. I think that will make the code a bit easier easier to read. Thanks, LongmanIf it is not too much trouble for you, I think this would be a legit cleanup to do.
Done. Please review the v3 patch. Thanks, Longman