lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <aec84973-c329-4057-3dce-11ef4a973e40@amd.com>
Date: Wed, 14 Aug 2024 08:42:57 -0500
From: Tom Lendacky <thomas.lendacky@....com>
To: Amit Shah <amit@...nel.org>, seanjc@...gle.com, pbonzini@...hat.com,
 x86@...nel.org, kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
 linux-crypto@...r.kernel.org
Cc: amit.shah@....com, bp@...en8.de, ashish.kalra@....com, maz@...nel.org
Subject: Re: [PATCH] KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG

On 8/14/24 03:31, Amit Shah wrote:
> From: Amit Shah <amit.shah@....com>
> 
> "INVALID" is misspelt in "SEV_RET_INAVLID_CONFIG". Since this is part of
> the UAPI, keep the current definition and add a new one with the fix.
> 
> Fix-suggested-by: Marc Zyngier <maz@...nel.org>
> Signed-off-by: Amit Shah <amit.shah@....com>

Reviewed-by: Tom Lendacky <thomas.lendacky@....com>

> ---
>  include/uapi/linux/psp-sev.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/linux/psp-sev.h b/include/uapi/linux/psp-sev.h
> index 2289b7c76c59..832c15d9155b 100644
> --- a/include/uapi/linux/psp-sev.h
> +++ b/include/uapi/linux/psp-sev.h
> @@ -51,6 +51,7 @@ typedef enum {
>  	SEV_RET_INVALID_PLATFORM_STATE,
>  	SEV_RET_INVALID_GUEST_STATE,
>  	SEV_RET_INAVLID_CONFIG,
> +	SEV_RET_INVALID_CONFIG = SEV_RET_INAVLID_CONFIG,
>  	SEV_RET_INVALID_LEN,
>  	SEV_RET_ALREADY_OWNED,
>  	SEV_RET_INVALID_CERTIFICATE,

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ