RE: [PATCH v1] kconfig: fix typo in XEN_SHSTK description

2020-06-30 Thread Paul Durrant
> -Original Message-
> From: Xen-devel  On Behalf Of Olaf 
> Hering
> Sent: 30 June 2020 11:21
> To: xen-devel@lists.xenproject.org
> Cc: Andrew Cooper ; Olaf Hering ; 
> Wei Liu ; Jan
> Beulich ; Roger Pau Monné 
> Subject: [PATCH v1] kconfig: fix typo in XEN_SHSTK description
> 
> Rename 'vai' to 'via'.
> 
> Signed-off-by: Olaf Hering 
> ---
>  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"

Since it's trivial and cosmetic only this can go in 4.14, so...

Reviewed-by: Paul Durrant 
Release-acked-by: Paul Durrant 




[PATCH v1] kconfig: fix typo in XEN_SHSTK description

2020-06-30 Thread Olaf Hering
Rename 'vai' to 'via'.

Signed-off-by: Olaf Hering 
---
 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"