Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752418AbdLASCr (ORCPT ); Fri, 1 Dec 2017 13:02:47 -0500 Received: from mga02.intel.com ([134.134.136.20]:25304 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751303AbdLASCp (ORCPT ); Fri, 1 Dec 2017 13:02:45 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,346,1508828400"; d="scan'208";a="11960402" Subject: Re: [PATCH v2 00/18] arm64: Unmap the kernel whilst running in userspace (KAISER) To: Mark Rutland , Will Deacon References: <1512059986-21325-1-git-send-email-will.deacon@arm.com> <20171201140406.oanuaz6zvyrhp4ml@lakrids.cambridge.arm.com> <20171201175026.GB8826@arm.com> <20171201175812.n6ht7h52j3z4pgw2@lakrids.cambridge.arm.com> Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, ard.biesheuvel@linaro.org, sboyd@codeaurora.org, keescook@chromium.org, msalter@redhat.com, labbott@redhat.com, tglx@linutronix.de From: Dave Hansen Message-ID: Date: Fri, 1 Dec 2017 10:02:43 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171201175812.n6ht7h52j3z4pgw2@lakrids.cambridge.arm.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 857 Lines: 22 On 12/01/2017 09:58 AM, Mark Rutland wrote: > On Fri, Dec 01, 2017 at 05:50:26PM +0000, Will Deacon wrote: >> On Fri, Dec 01, 2017 at 02:04:06PM +0000, Mark Rutland wrote: >>> On Thu, Nov 30, 2017 at 04:39:28PM +0000, Will Deacon wrote: >> Thanks for going through this. Do you have any ideas about what we could >> rename the command-line option to? I'll get us started: >> >> - kaiser= >> - hidekernel= >> - unmapkernel= >> - hardenkaslr= >> - swuan= > Off all of these, I think "unmapkernel" is the clear winner, since it > says what it does in the tin (even if it misses the when). > > I'll have a think over the weekend. On the x86 side we've been leaning toward renaming kaiser to something like "user pagetable isolation", so the boot parameter is something like "noupti". But I think the consensus is definitely to get rid of "kaiser".