From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752303AbdLGIYy (ORCPT ); Thu, 7 Dec 2017 03:24:54 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:40282 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752078AbdLGIYx (ORCPT ); Thu, 7 Dec 2017 03:24:53 -0500 X-Google-Smtp-Source: AGs4zMbYC5Uh2OaWqwfmO+/jMjW/9XY7Qcvqq/46b4xGRDLzNROMAgPPb22LnOfanxkCHpVkieQ1Tg== Date: Thu, 7 Dec 2017 09:24:49 +0100 From: Ingo Molnar To: Matthew Wilcox Cc: "Kirill A. Shutemov" , Ingo Molnar , x86@kernel.org, Thomas Gleixner , "H. Peter Anvin" , Linus Torvalds , Andy Lutomirski , Cyrill Gorcunov , Borislav Petkov , Andi Kleen , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCHv4 3/4] x86/boot/compressed/64: Introduce place_trampoline() Message-ID: <20171207082449.a64fr5pmasunygmf@gmail.com> References: <20171205135942.24634-1-kirill.shutemov@linux.intel.com> <20171205135942.24634-4-kirill.shutemov@linux.intel.com> <20171207063048.w46rrq2euzhtym3j@gmail.com> <20171207081659.GC2739@bombadil.infradead.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171207081659.GC2739@bombadil.infradead.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Matthew Wilcox wrote: > On Thu, Dec 07, 2017 at 07:30:48AM +0100, Ingo Molnar wrote: > > > But if the bootloader put the kernel above 4G (not sure if anybody does > > > this), we would loose control as soon as paging is disabled as code > > > becomes unreachable. > > > > Yeah, so instead of the double 'as' which is syntactically right but a bit > > confusing to read, how about something like: > > > > But if the bootloader put the kernel above 4G (not sure if anybody does > > this), we would loose control as soon as paging is disabled, because the > > code becomes unreachable to the CPU. > > btw, it's "lose control". Indeed! Thanks, Ingo