From: Dave Hansen <dave.hansen@linux.intel.com>
To: Florian Weimer <fweimer@redhat.com>,
linux-x86_64@vger.kernel.org, linux-arch@vger.kernel.org
Cc: linux-mm <linux-mm@kvack.org>, Linux API <linux-api@vger.kernel.org>
Subject: Re: MPK: pkey_free and key reuse
Date: Thu, 23 Nov 2017 07:25:53 -0800 [thread overview]
Message-ID: <04ef6b4a-6d20-d025-0b56-741fd467d445@linux.intel.com> (raw)
In-Reply-To: <068b89c7-4303-88a7-540a-1491dc8a292d@redhat.com>
On 11/23/2017 04:48 AM, Florian Weimer wrote:
> On 11/09/2017 05:59 PM, Dave Hansen wrote:
>> The manpage is pretty bare here. But the thought was that, in most
>> cases, you will want to allocate a key and start using it immediately.
>> This was in response to some feedback on one of the earlier reviews of
>> the patch set.
>
> Okay. In the future, may want to use this access rights to specify the
> default for the signal handler (with a new pkey_alloc flag). If I can
> the default access rights, that would pretty much solve the sigsetjmp
> problem for me, too, and I can start using protection keys in low-level
> glibc code.
I haven't thought about this much in a year or so, but I think this is
doable.
One bit of advice: please look at features when they go in to the
kernel. Your feedback has been valuable, but not very timely. I
promise you'll get better results if you give feedback when patches are
being posted rather than when they've been in the kernel for a year.
>>> I think we should either implement revoke on pkey_alloc, with a
>>> broadcast to all threads (the pkey_set race can be closed by having a
>>> vDSO for that an the revocation code can check %rip to see if the old
>>> PKRU value needs to be fixed up). Or we add the two pkey_alloc flags I
>>> mentioned earlier.
>>
>> That sounds awfully complicated to put in-kernel. I'd be happy to
>> review the patches after you put them together once we see how it looks.
>
> TLB flushes are complicated, too, and very costly, but we still do them
> on unmap, even in cases where they are not required for security reasons.
I'll also note that TLB flushes are transparent to software. What you
are suggesting is not. That makes it a *LOT* more difficult to implement.
If you have an idea how to do this, I'll happily review patches!
>> You basically want threads to broadcast their PKRU values at pkey_free()
>> time. That's totally doable... in userspace. You just need a mechanism
>> for each thread to periodically check if they need an update.
>
> No, we want to the revocation to be immediate, so we'd have to use
> something like the setxid broadcast, and we have to make sure that we
> aren't in a pkey_set, and if we are, adjust register contents besides
> PKRU. Not pretty at all. I really don't want to implement that.
>
> If the broadcast is lazy, I think it defeats its purpose because you
> don't know what kind of access privileges other threads in the system have.
>
> Your solution to all MPK problems seems to be to say that it's undefined
> and applications shouldn't do that. But if applications only used
> well-defined memory accesses, why would we need MPK?
BTW, I never call this feature MPK because it looks too much like MPX
and they have nothing to do with each other. I'd recommend the same to
you. It keeps your audience less confused.
I understand there is some distaste for where the implementation
settled. I don't, either, in a lot of ways. If I were to re-architect
it in the CPU, I certainly wouldn't have a user-visible PKRU and and
found a way to avoid the signal PKRU issues. But, that ship has sailed.
I don't see a way to do a broadcast PKRU update. But, I'd love to be
proven wrong, with code.
next prev parent reply other threads:[~2017-11-23 15:25 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-05 10:35 MPK: pkey_free and key reuse Florian Weimer
2017-11-05 10:35 ` Florian Weimer
2017-11-08 20:41 ` Dave Hansen
2017-11-09 14:48 ` Florian Weimer
2017-11-09 14:48 ` Florian Weimer
2017-11-09 16:59 ` Dave Hansen
2017-11-09 16:59 ` Dave Hansen
2017-11-23 12:48 ` Florian Weimer
2017-11-23 13:07 ` Vlastimil Babka
2017-11-23 13:07 ` Vlastimil Babka
2017-11-23 15:25 ` Dave Hansen [this message]
2017-11-24 14:55 ` Florian Weimer
2017-11-24 14:55 ` Florian Weimer
[not found] ` <0f006ef4-a7b5-c0cf-5f58-d0fd1f911a54-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-11-22 8:18 ` MPK: removing a pkey (was: pkey_free and key reuse) Vlastimil Babka
2017-11-22 8:18 ` Vlastimil Babka
2017-11-22 12:15 ` MPK: removing a pkey Florian Weimer
2017-11-22 12:15 ` Florian Weimer
2017-11-22 12:46 ` Vlastimil Babka
2017-11-22 12:46 ` Vlastimil Babka
[not found] ` <f0495f01-9821-ec36-56b4-333f109eb761-AlSwsSmVLrQ@public.gmane.org>
2017-11-22 12:49 ` Florian Weimer
2017-11-22 12:49 ` Florian Weimer
2017-11-22 16:10 ` Dave Hansen
2017-11-22 16:21 ` Florian Weimer
2017-11-22 16:21 ` Florian Weimer
[not found] ` <9ec19ff3-86f6-7cfe-1a07-1ab1c5d9882c-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
2017-11-22 16:32 ` Dave Hansen
2017-11-22 16:32 ` Dave Hansen
2017-11-23 8:11 ` Vlastimil Babka
[not found] ` <de93997a-7802-96cf-62e2-e59416e745ca-AlSwsSmVLrQ@public.gmane.org>
2017-11-23 15:00 ` Dave Hansen
2017-11-23 15:00 ` Dave Hansen
2017-11-23 21:42 ` Vlastimil Babka
[not found] ` <2d12777f-615a-8101-2156-cf861ec13aa7-AlSwsSmVLrQ@public.gmane.org>
2017-11-23 23:29 ` Dave Hansen
2017-11-23 23:29 ` Dave Hansen
2017-11-24 8:35 ` Florian Weimer
2017-11-24 8:35 ` Florian Weimer
2017-11-24 8:38 ` Vlastimil Babka
2017-11-23 12:38 ` Florian Weimer
2017-11-23 15:09 ` Dave Hansen
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=04ef6b4a-6d20-d025-0b56-741fd467d445@linux.intel.com \
--to=dave.hansen@linux.intel.com \
--cc=fweimer@redhat.com \
--cc=linux-api@vger.kernel.org \
--cc=linux-arch@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=linux-x86_64@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).