[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <e716d8e4-4cda-0c0c-ebf3-f32a2c2870ae@redhat.com>
Date: Thu, 5 Mar 2020 15:28:19 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: "Jason A. Donenfeld" <Jason@...c4.com>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org, sean.j.christopherson@...el.com
Subject: Re: [PATCH v2] KVM: fix Kconfig menu text for -Werror
On 05/03/20 07:06, Jason A. Donenfeld wrote:
> This was evidently copy and pasted from the i915 driver, but the text
> wasn't updated.
>
> Fixes: 4f337faf1c55 ("KVM: allow disabling -Werror")
> Signed-off-by: Jason A. Donenfeld <Jason@...c4.com>
> ---
> arch/x86/kvm/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig
> index 1bb4927030af..9fea0757db92 100644
> --- a/arch/x86/kvm/Kconfig
> +++ b/arch/x86/kvm/Kconfig
> @@ -68,7 +68,7 @@ config KVM_WERROR
> depends on (X86_64 && !KASAN) || !COMPILE_TEST
> depends on EXPERT
> help
> - Add -Werror to the build flags for (and only for) i915.ko.
> + Add -Werror to the build flags for KVM.
>
> If in doubt, say "N".
>
>
Queued, thanks.
Paolo
Powered by blists - more mailing lists