From mboxrd@z Thu Jan 1 00:00:00 1970 From: Russell King - ARM Linux Subject: Re: [PATCH v2 11/12] ARM: wire up UEFI init and runtime support Date: Mon, 16 Nov 2015 19:48:13 +0000 Message-ID: <20151116194812.GJ8644@n2100.arm.linux.org.uk> References: <1447698757-8762-1-git-send-email-ard.biesheuvel@linaro.org> <1447698757-8762-12-git-send-email-ard.biesheuvel@linaro.org> <20151116190156.GH8644@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ard Biesheuvel Cc: "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-efi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Will Deacon , Grant Likely , Catalin Marinas , Mark Rutland , Leif Lindholm , Roy Franz , Mark Salter , Ryan Harkin , Andrew Morton , "linux-mm-Bw31MaZKKs3YtjvyW6yDsg@public.gmane.org" List-Id: linux-efi@vger.kernel.org On Mon, Nov 16, 2015 at 08:04:00PM +0100, Ard Biesheuvel wrote: > OK. So you mean set TTBR to the zero page, perform the TLB flush and > only then switch to the new page tables? Not quite. If you have global mappings below TASK_SIZE, you would need this sequence when switching either to or from the UEFI page tables: - switch to another set of page tables which only map kernel space with nothing at all in userspace. - flush the TLB. - switch to your target page tables. As I say in response to one of your other patches, it's probably much easier to avoid any global mappings below TASK_SIZE. -- FTTC broadband for 0.8mile line: currently at 9.6Mbps down 400kbps up according to speedtest.net.