From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f72.google.com (mail-wm0-f72.google.com [74.125.82.72]) by kanga.kvack.org (Postfix) with ESMTP id 332EE6B0033 for ; Mon, 16 Oct 2017 04:55:44 -0400 (EDT) Received: by mail-wm0-f72.google.com with SMTP id y10so8753096wmd.4 for ; Mon, 16 Oct 2017 01:55:44 -0700 (PDT) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id b17sor3000286edj.10.2017.10.16.01.55.42 for (Google Transport Security); Mon, 16 Oct 2017 01:55:42 -0700 (PDT) Date: Mon, 16 Oct 2017 11:55:40 +0300 From: "Kirill A. Shutemov" Subject: Re: [PATCHv2, RFC] x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4G Message-ID: <20171016085540.tn2tf4hgpeotvvon@node.shutemov.name> References: <20171013122345.86304-1-kirill.shutemov@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: To: Brian Gerst Cc: "Kirill A. Shutemov" , Ingo Molnar , Linus Torvalds , the arch/x86 maintainers , Thomas Gleixner , "H. Peter Anvin" , Andy Lutomirski , Cyrill Gorcunov , Borislav Petkov , Andi Kleen , Linux-MM , Linux Kernel Mailing List On Sat, Oct 14, 2017 at 01:19:08PM -0400, Brian Gerst wrote: > From what we've seen with the TLB flush rework, having potential > garbage in the page tables that speculative reads can see can cause > bad things like machine checks. It would be best to have a second > temporary page just for the page table (and properly cleared). Hm. Interesting. Is there a place where I can read more about this? > The trampoline also needs its own stack, in case the stack pointer was > above 4G. You are right, we need new stack. I've missed that. > That could be at the end of the code page, since you only need 8 bytes. When I wrote about 8 bytes, I referred the usage of page table, not code. We use more than 8 bytes of code, but this should enough in the page. -- Kirill A. Shutemov -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: email@kvack.org