From patchwork Tue Jun 30 10:21:19 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Olaf Hering X-Patchwork-Id: 11633667 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8053D739 for ; Tue, 30 Jun 2020 10:23:31 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 5C78E20771 for ; Tue, 30 Jun 2020 10:23:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=aepfle.de header.i=@aepfle.de header.b="QtUu50fr" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 5C78E20771 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=aepfle.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jqDOR-0005CR-Lj; Tue, 30 Jun 2020 10:21:35 +0000 Received: from all-amaz-eas1.inumbo.com ([34.197.232.57] helo=us1-amaz-eas2.inumbo.com) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1jqDOP-0005CM-95 for xen-devel@lists.xenproject.org; Tue, 30 Jun 2020 10:21:34 +0000 X-Inumbo-ID: 77bc6fea-babb-11ea-85ef-12813bfff9fa Received: from mo4-p00-ob.smtp.rzone.de (unknown [81.169.146.163]) by us1-amaz-eas2.inumbo.com (Halon) with ESMTPS id 77bc6fea-babb-11ea-85ef-12813bfff9fa; Tue, 30 Jun 2020 10:21:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; t=1593512491; s=strato-dkim-0002; d=aepfle.de; h=Message-Id:Date:Subject:Cc:To:From:X-RZG-CLASS-ID:X-RZG-AUTH:From: Subject:Sender; bh=CjGBpohQCR2QX4LL+omL6oSa12vdHDQzy8BpzpjGH4M=; b=QtUu50fr9+M5jpROsEmkoUabUXEy0xiLYCTCk9+qmK7LNGLmRAXk1GJZUFI2yFBUlx wQt1TXelbcLSja7X+SoCuHFwFO/3w0Yy65BsfIXE0YmGtM8UB6UQXb4ZbufX08BfYfuI L1Vlgj2V5nCULUPJsKbJ05u2BxxgyavhMKIOMSKojv7uW22zReb5EzH8R7Zd9ZMr7/h4 kUohWVHEwGEg+rUhw3ZrghROhWmzpQHRboQwaRLduvqejhp/DWY/+Y5H9YieWbvwcuVf iQZc1xqPA0hYWfABlVV/JZnR35COykJ/U3bo5X/SyxxYSKeZZVSTtgbPaWII4B+qwHtL AsOw== X-RZG-AUTH: ":P2EQZWCpfu+qG7CngxMFH1J+3q8wa/QXkBR9MXjAuznLRsvz6zGrN/JP267TqQ==" X-RZG-CLASS-ID: mo00 Received: from sender by smtp.strato.de (RZmta 46.10.5 AUTH) with ESMTPSA id m032cfw5UALNLRc (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256 bits)) (Client did not present a certificate); Tue, 30 Jun 2020 12:21:23 +0200 (CEST) From: Olaf Hering To: xen-devel@lists.xenproject.org Subject: [PATCH v1] kconfig: fix typo in XEN_SHSTK description Date: Tue, 30 Jun 2020 12:21:19 +0200 Message-Id: <20200630102119.16870-1-olaf@aepfle.de> X-Mailer: git-send-email 2.26.2 MIME-Version: 1.0 X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Cc: Andrew Cooper , Olaf Hering , Wei Liu , Jan Beulich , =?utf-8?q?Roger_Pau_?= =?utf-8?q?Monn=C3=A9?= Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Rename 'vai' to 'via'. Signed-off-by: Olaf Hering Reviewed-by: Paul Durrant --- xen/arch/x86/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/x86/Kconfig b/xen/arch/x86/Kconfig index 4a2ec87ff5..a636a4bb1e 100644 --- a/xen/arch/x86/Kconfig +++ b/xen/arch/x86/Kconfig @@ -113,7 +113,7 @@ config XEN_SHSTK This option arranges for Xen to use CET-SS for its own protection. When CET-SS is active, 32bit PV guests cannot be used. Backwards - compatiblity can be provided vai the PV Shim mechanism. + compatiblity can be provided via the PV Shim mechanism. config SHADOW_PAGING bool "Shadow Paging"