Re: [PATCH] mm: Add kvfree_sensitive() for freeing sensitive data objects

From: David Howells
Date: Mon Apr 06 2020 - 12:26:43 EST


Joe Perches <joe@xxxxxxxxxxx> wrote:

> While I agree with Linus about the __ prefix,
> the z is pretty common and symmetric to all
> the <foo>zalloc uses.
>
> And if _sensitive is actually used, it'd be
> good to do a s/kzfree/kfree_sensitive/ one day
> sooner than later.

How much overhead would it be to always use kvfree_sensitive() and never have
a kfree_sensitive()?

David