public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "Gupta, Pankaj" <pankaj.gupta@amd.com>
To: Amit Shah <amit@kernel.org>,
	seanjc@google.com, pbonzini@redhat.com, x86@kernel.org,
	kvm@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-crypto@vger.kernel.org
Cc: amit.shah@amd.com, bp@alien8.de, ashish.kalra@amd.com,
	thomas.lendacky@amd.com, maz@kernel.org
Subject: Re: [PATCH] KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG
Date: Wed, 14 Aug 2024 12:24:57 +0200	[thread overview]
Message-ID: <a3c1b0b5-dc42-b2bd-16ff-90ffcba2ec6b@amd.com> (raw)
In-Reply-To: <20240814083113.21622-1-amit@kernel.org>

> From: Amit Shah <amit.shah@amd.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@kernel.org>
> Signed-off-by: Amit Shah <amit.shah@amd.com>

Reviewed-by: Pankaj Gupta <pankaj.gupta@amd.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,


  reply	other threads:[~2024-08-14 10:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-14  8:31 [PATCH] KVM: SEV: uapi: fix typo in SEV_RET_INVALID_CONFIG Amit Shah
2024-08-14 10:24 ` Gupta, Pankaj [this message]
2024-08-14 13:42 ` Tom Lendacky
2024-08-14 17:06 ` Paolo Bonzini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a3c1b0b5-dc42-b2bd-16ff-90ffcba2ec6b@amd.com \
    --to=pankaj.gupta@amd.com \
    --cc=amit.shah@amd.com \
    --cc=amit@kernel.org \
    --cc=ashish.kalra@amd.com \
    --cc=bp@alien8.de \
    --cc=kvm@vger.kernel.org \
    --cc=linux-crypto@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=pbonzini@redhat.com \
    --cc=seanjc@google.com \
    --cc=thomas.lendacky@amd.com \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox