From: Andi Kleen <ak@linux.intel.com>
To: speck@linutronix.de
Subject: [MODERATED] Re: [PATCH 8/8] L1TFv3 3
Date: Fri, 4 May 2018 20:55:56 -0700 [thread overview]
Message-ID: <20180505035556.GA4050@tassilo.jf.intel.com> (raw)
In-Reply-To: <af9947b0-cc10-49f2-94ec-a25612b414d9@linux.intel.com>
On Fri, May 04, 2018 at 03:15:34PM -0700, speck for Dave Hansen wrote:
> > + /* If it's real memory always allow */
> > + if (pfn_valid(pfn))
> > + return true;
> > + if ((pfn & (1ULL << (boot_cpu_data.x86_phys_bits - 1 - PAGE_SHIFT))) &&
> > + !capable(CAP_SYS_ADMIN))
> > + return false;
>
> The CAP_SYS_ADMIN kinda surprised me here. Was there a reason we don't
> just do this up front in the function? Seems like we'd always allow pfn
> modification if CAP_SYS_ADMIN.
In most cases it's useless because the earlier checks reject it.
I tried to order it by likelyhood that it rejects.
> Otherwise it looks OK to me. The need for arch_has_pfn_modify_check()
> wasn't obvious until the end, but it all came together. This seems like
> a pretty reasonable compromise for something we think is really rare.
>
> Although, I do wonder: should we put a WARN_ONCE() or something else in
> here to help us see if *anybody* does this? Or even a VM counter? Or
If it's really a problem it would show up in perf.
> do we just wait for the bug reports from somebody doing frequent 1-page
> PROT_NONEs in a 100GB VMA? :)
I doubt it is actually noticeable slower than something open coded.
Even though there are some callbacks modern CPUs are really good at
running them very very fast fast
-Andi
next prev parent reply other threads:[~2018-05-05 3:56 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-04 3:23 [MODERATED] [PATCH 0/8] L1TFv3 4 Andi Kleen
2018-05-04 3:23 ` [MODERATED] [PATCH 1/8] L1TFv3 8 Andi Kleen
2018-05-04 13:42 ` [MODERATED] " Michal Hocko
2018-05-04 14:07 ` Andi Kleen
2018-05-04 3:23 ` [MODERATED] [PATCH 2/8] L1TFv3 7 Andi Kleen
2018-05-07 11:45 ` [MODERATED] " Vlastimil Babka
2018-05-04 3:23 ` [MODERATED] [PATCH 3/8] L1TFv3 1 Andi Kleen
2018-05-04 3:55 ` [MODERATED] " Linus Torvalds
2018-05-04 13:42 ` Michal Hocko
2018-05-07 12:38 ` Vlastimil Babka
2018-05-07 13:41 ` Andi Kleen
2018-05-07 18:01 ` Thomas Gleixner
2018-05-07 18:21 ` [MODERATED] " Andi Kleen
2018-05-07 20:03 ` Thomas Gleixner
2018-05-04 3:23 ` [MODERATED] [PATCH 4/8] L1TFv3 6 Andi Kleen
2018-05-04 3:23 ` [MODERATED] [PATCH 5/8] L1TFv3 2 Andi Kleen
2018-05-04 3:23 ` [MODERATED] [PATCH 6/8] L1TFv3 0 Andi Kleen
2018-05-04 3:23 ` [MODERATED] [PATCH 7/8] L1TFv3 5 Andi Kleen
2018-05-04 13:43 ` [MODERATED] " Michal Hocko
2018-05-04 14:11 ` Andi Kleen
2018-05-04 14:21 ` Michal Hocko
2018-05-04 3:23 ` [MODERATED] [PATCH 8/8] L1TFv3 3 Andi Kleen
2018-05-04 14:19 ` [MODERATED] " Andi Kleen
2018-05-04 14:34 ` Michal Hocko
2018-05-04 15:53 ` Andi Kleen
2018-05-04 16:26 ` Michal Hocko
2018-05-04 22:15 ` Dave Hansen
2018-05-05 3:55 ` Andi Kleen [this message]
2018-05-04 3:54 ` [MODERATED] Re: [PATCH 0/8] L1TFv3 4 Andi Kleen
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=20180505035556.GA4050@tassilo.jf.intel.com \
--to=ak@linux.intel.com \
--cc=speck@linutronix.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.