From: Joe Perches <joe@perches.com>
To: Matthew Wilcox <willy@infradead.org>, Waiman Long <longman@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
David Howells <dhowells@redhat.com>,
Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>,
James Morris <jmorris@namei.org>,
"Serge E. Hallyn" <serge@hallyn.com>,
linux-mm@kvack.org, keyrings@vger.kernel.org,
linux-kernel@vger.kernel.org,
Linus Torvalds <torvalds@linux-foundation.org>,
David Rientjes <rientjes@google.com>
Subject: Re: [PATCH v3] mm: Add kvfree_sensitive() for freeing sensitive data objects
Date: Tue, 07 Apr 2020 17:35:24 -0700 [thread overview]
Message-ID: <bc4500becb77f4e6396f69cc354ceb46c2aebb04.camel@perches.com> (raw)
In-Reply-To: <20200407221255.GM21484@bombadil.infradead.org>
On Tue, 2020-04-07 at 15:12 -0700, Matthew Wilcox wrote:
> On Tue, Apr 07, 2020 at 04:45:45PM -0400, Waiman Long wrote:
> > On 4/7/20 4:31 PM, Joe Perches wrote:
> > > On Tue, 2020-04-07 at 16:03 -0400, Waiman Long wrote:
> > > > +extern void kvfree_sensitive(const void *addr, size_t len);
> > > Why should size_t len be required?
> > >
> > > Why not do what kzfree does and memset
> > > the entire allocation? (area->size)
> >
> > If the memory is really virtually mapped, the only way to find out the
> > size of the object is to use find_vm_area() which can be relatively high
> > cost and no simple helper function is available. On the other hand, the
> > length is readily available in the callers. So passing the length
> > directly to the kvfree_sensitive is simpler.
>
> Also it lets us zero only the first N bytes of the allocation. That might
> be good for performance, if only the first N bytes of an M byte allocation
> are actually sensitive. I don't know if we have any such cases, but
> they could exist.
I would really doubt it as the allocation of
sensitive data should generally be separate.
Also, a similar argument could apply to
kzfree/kfree_sensitive.
next prev parent reply other threads:[~2020-04-08 0:37 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-07 20:03 Waiman Long
2020-04-07 20:09 ` Linus Torvalds
2020-04-07 20:19 ` David Howells
2020-04-07 20:24 ` Waiman Long
2020-04-07 20:21 ` David Howells
2020-05-05 20:35 ` Andrew Morton
2020-05-06 1:29 ` Waiman Long
2020-04-07 20:31 ` Joe Perches
2020-04-07 20:45 ` Waiman Long
2020-04-07 21:01 ` Linus Torvalds
2020-04-07 21:24 ` Uladzislau Rezki
2020-04-07 21:30 ` Linus Torvalds
2020-04-07 22:12 ` Matthew Wilcox
2020-04-08 0:35 ` Joe Perches [this message]
2020-04-08 13:38 ` Jarkko Sakkinen
2020-05-01 23:22 ` Eric Biggers
2020-05-04 2:57 ` Waiman Long
2020-05-14 11:00 ` Balbir Singh
2020-05-14 12:00 ` Matthew Wilcox
2020-05-14 12:08 ` Joe Perches
2020-05-17 0:27 ` Balbir Singh
2020-05-17 0:44 ` Matthew Wilcox
2020-05-18 2:39 ` Waiman Long
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=bc4500becb77f4e6396f69cc354ceb46c2aebb04.camel@perches.com \
--to=joe@perches.com \
--cc=akpm@linux-foundation.org \
--cc=dhowells@redhat.com \
--cc=jarkko.sakkinen@linux.intel.com \
--cc=jmorris@namei.org \
--cc=keyrings@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=longman@redhat.com \
--cc=rientjes@google.com \
--cc=serge@hallyn.com \
--cc=torvalds@linux-foundation.org \
--cc=willy@infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox