Re: [PATCH] mm: Add kvfree_sensitive() for freeing sensitive data objects
From: Waiman Long
Date: Mon Apr 06 2020 - 10:40:43 EST
On 4/6/20 10:32 AM, David Howells wrote:
> Waiman Long <longman@xxxxxxxxxx> wrote:
>
>> +static inline void kvfree_sensitive(const void *addr, size_t len)
> Linus suggested making it non-inline.
Sorry, I misread his comment. Will send a v2 to fix that.
Cheers,
Longman