Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752881AbdLKNXJ (ORCPT ); Mon, 11 Dec 2017 08:23:09 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:57508 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751400AbdLKNXE (ORCPT ); Mon, 11 Dec 2017 08:23:04 -0500 Date: Mon, 11 Dec 2017 13:23:11 +0000 From: Will Deacon To: Laura Abbott Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, catalin.marinas@arm.com, mark.rutland@arm.com, ard.biesheuvel@linaro.org, sboyd@codeaurora.org, dave.hansen@linux.intel.com, keescook@chromium.org, msalter@redhat.com, tglx@linutronix.de Subject: Re: [PATCH v3 00/20] arm64: Unmap the kernel whilst running in userspace (KPTI) Message-ID: <20171211132311.GI26810@arm.com> References: <1512563739-25239-1-git-send-email-will.deacon@arm.com> <2eda3880-4542-1572-f680-9aeb820abcef@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <2eda3880-4542-1572-f680-9aeb820abcef@redhat.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1183 Lines: 36 On Thu, Dec 07, 2017 at 04:40:05PM -0800, Laura Abbott wrote: > On 12/06/2017 04:35 AM, Will Deacon wrote: > >Hi everybody, > > > >This is version three of the patches formerly known as KAISER (♔). > > > > v1: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-November/542751.html > > v2: http://lists.infradead.org/pipermail/linux-arm-kernel/2017-November/544817.html > > > >Changes since v2 include: > > > > * Rename command-line option from "kaiser=" to "kpti=" for parity with x86 > > * Fixed Falkor erratum workaround (missing '~') > > * Moved vectors base from literal pool into separate data page > > * Added TTBR_ASID_MASK instead of open-coded constants > > * Added missing newline to error message > > * Fail to probe SPE if KPTI is enabled > > * Addressed minor review comments > > * Added tags > > * Based on -rc2 > > > >Patches are also pushed here: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/will/linux.git kpti > > > >Feedback and testing welcome. At this point, I'd like to start thinking > >about getting this merged for 4.16. > > > > You can add > > Tested-by: Laura Abbott Thanks, Laura! Will