Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp741870imu; Fri, 25 Jan 2019 10:07:46 -0800 (PST) X-Google-Smtp-Source: ALg8bN5OB4HfCI3B9nxF490rCmQfj7Zh4tQVAZ/rc9LPDbf9t6J0kh4FsTAtebWyxM4083MdUlzQ X-Received: by 2002:a63:235f:: with SMTP id u31mr10813170pgm.122.1548439666431; Fri, 25 Jan 2019 10:07:46 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548439666; cv=none; d=google.com; s=arc-20160816; b=Dqzwg1/Quw9T3wDiumRXBC6R+6M1ZYnhZOst6p4lQm960LZtBXQihP3v6WWrAv1ciN LdmEtKKZyrx2oTNuoiliZDOtx65pIk7zl6BxhgE/SKJwnrUQtAte046S/kMYV0W8wjHy 77MCSLx4RuTV/8Uk6Ji2JnYzAN7YQbWnOgEa+6rkRlwPwBiVx9h6IP7I5+o4ZWm7RLxs SRl38HulOcNuCAq1hWyjV6zRK+icnTZ7QSAhy60HHk6H3ClTGdBbTqUL030v4gEt5kzR V0Vn+ZMdG1ghQiPDVJ/DuTA1+FNgxbzpvskPwBk0ZSJOLVnC3ezG1C/xeBTC8bB0CDYk RLcw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=/4Ptp4w8nqAe8iCRwA9SXRWqGsTrOtmSBw+4hbmiLLY=; b=EtUhWM0givPORb2ItorfomC7LXdDuEPdnj1ASWTNoxDcPeaj0ZGDygpdsC61WGRsKR BWJAovAyPYB5O5azHYo2s53ZUAzVwhx1jXXKWwZkXGWLgI+HHW5/Rl8O4Koyc6XPAPkE JXV3VtN1jABWOZhd7HS7aGTgbjuLVH/KY0WmSIOqxiApz4V8U1sdRwW1yevoFv0UtHS8 PwVVWggCfgXJtDyLvC4FUPprIbqrTv1UHPT7m2mNiqiaq9wsPjRvr0n5KUkaVXaMDSjx iluNJ6M/WwZWw+1Cix4KVs1QPST9wdKaagSY4k/2bWsRG26JMUtSnQnkv1IyEbqa+IxD xC3A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id u184si26386239pgd.262.2019.01.25.10.07.31; Fri, 25 Jan 2019 10:07:46 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1729224AbfAYSHY (ORCPT + 99 others); Fri, 25 Jan 2019 13:07:24 -0500 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:51758 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726329AbfAYSHW (ORCPT ); Fri, 25 Jan 2019 13:07:22 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EA7FE1596; Fri, 25 Jan 2019 10:07:21 -0800 (PST) Received: from beelzebub.austin.arm.com (beelzebub.austin.arm.com [10.118.12.119]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 329EC3F5AF; Fri, 25 Jan 2019 10:07:21 -0800 (PST) From: Jeremy Linton To: linux-arm-kernel@lists.infradead.org Cc: catalin.marinas@arm.com, will.deacon@arm.com, marc.zyngier@arm.com, suzuki.poulose@arm.com, dave.martin@arm.com, shankerd@codeaurora.org, linux-kernel@vger.kernel.org, ykaukab@suse.de, julien.thierry@arm.com, mlangsdo@redhat.com, steven.price@arm.com, stefan.wahren@i2se.com, Jeremy Linton , Jonathan Corbet , linux-doc@vger.kernel.org Subject: [PATCH v4 01/12] Documentation: Document arm64 kpti control Date: Fri, 25 Jan 2019 12:07:00 -0600 Message-Id: <20190125180711.1970973-2-jeremy.linton@arm.com> X-Mailer: git-send-email 2.17.2 In-Reply-To: <20190125180711.1970973-1-jeremy.linton@arm.com> References: <20190125180711.1970973-1-jeremy.linton@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org For a while Arm64 has been capable of force enabling or disabling the kpti mitigations. Lets make sure the documentation reflects that. Signed-off-by: Jeremy Linton Cc: Jonathan Corbet Cc: linux-doc@vger.kernel.org --- Documentation/admin-guide/kernel-parameters.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index b799bcf67d7b..9475f02c79da 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -1982,6 +1982,12 @@ Built with CONFIG_DEBUG_KMEMLEAK_DEFAULT_OFF=y, the default is off. + kpti= [ARM64] Control page table isolation of user + and kernel address spaces. + Default: enabled on cores which need mitigation. + 0: force disabled + 1: force enabled + kvm.ignore_msrs=[KVM] Ignore guest accesses to unhandled MSRs. Default is 0 (don't ignore, but inject #GP) -- 2.17.2