Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 20 Aug 2018 16:26:32 -0700
From: Dave Hansen <dave.hansen@...el.com>
To: David Woodhouse <dwmw2@...radead.org>, Tycho Andersen <tycho@...ho.ws>,
 Linus Torvalds <torvalds@...ux-foundation.org>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@...cle.com>, juerg.haefliger@....com,
 deepa.srinivasan@...cle.com, Jim Mattson <jmattson@...gle.com>,
 Andrew Cooper <andrew.cooper3@...rix.com>,
 Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
 Boris Ostrovsky <boris.ostrovsky@...cle.com>, linux-mm <linux-mm@...ck.org>,
 Thomas Gleixner <tglx@...utronix.de>, joao.m.martins@...cle.com,
 pradeep.vincent@...cle.com, Andi Kleen <ak@...ux.intel.com>,
 Khalid Aziz <khalid.aziz@...cle.com>, kanth.ghatraju@...cle.com,
 Liran Alon <liran.alon@...cle.com>, Kees Cook <keescook@...gle.com>,
 jsteckli@...inf.tu-dresden.de,
 Kernel Hardening <kernel-hardening@...ts.openwall.com>,
 chris.hyser@...cle.com, Tyler Hicks <tyhicks@...onical.com>,
 John Haxby <john.haxby@...cle.com>, Jon Masters <jcm@...hat.com>
Subject: Re: Redoing eXclusive Page Frame Ownership (XPFO) with isolated CPUs
 in mind (for KVM to isolate its guests per CPU)

On 08/20/2018 04:14 PM, David Woodhouse wrote:
> If you need the physmap, then rather than manually mapping with 4KiB
> pages, you just switch. Having first ensured that no malicious guest or
> userspace is running on a sibling, of course.

The problem is determining when "you need the physmap".  Tycho's
patches, as I remember them basically classify pages between being
"user" pages which are accessed only via kmap() and friends and "kernel"
pages which need to be mapped all the time because they might have a
'task_struct' or a page table or a 'struct file'.

You're right that we could have a full physmap that we switch to for
kmap()-like access to user pages.  But, the real problem is
transitioning pages from kernel to user usage since it requires shooting
down the old kernel mappings for those pages in some way.

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.