[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <6fbd3df7-2fb6-337c-a9ce-e663f3742009@redhat.com>
Date: Wed, 11 Mar 2020 18:45:01 +0100
From: Paolo Bonzini <pbonzini@...hat.com>
To: Vitaly Kuznetsov <vkuznets@...hat.com>,
kbuild test robot <lkp@...el.com>
Cc: kbuild-all@...ts.01.org, Jim Mattson <jmattson@...gle.com>,
Sean Christopherson <sean.j.christopherson@...el.com>,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
Liran Alon <liran.alon@...cle.com>,
Miaohe Lin <linmiaohe@...wei.com>
Subject: Re: [RFC PATCH] KVM: nVMX: nested_vmx_handle_enlightened_vmptrld()
can be static
On 11/03/20 12:49, Vitaly Kuznetsov wrote:
> kbuild test robot <lkp@...el.com> writes:
>
>> Fixes: e3fd8bda412e ("KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()")
>> Signed-off-by: kbuild test robot <lkp@...el.com>
>> ---
>> nested.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/arch/x86/kvm/vmx/nested.c b/arch/x86/kvm/vmx/nested.c
>> index 65df8bcbb9c86..1d9ab1e9933fb 100644
>> --- a/arch/x86/kvm/vmx/nested.c
>> +++ b/arch/x86/kvm/vmx/nested.c
>> @@ -1910,7 +1910,7 @@ static int copy_vmcs12_to_enlightened(struct vcpu_vmx *vmx)
>> * This is an equivalent of the nested hypervisor executing the vmptrld
>> * instruction.
>> */
>> -enum nested_evmptrld_status nested_vmx_handle_enlightened_vmptrld(
>> +static enum nested_evmptrld_status nested_vmx_handle_enlightened_vmptrld(
>> struct kvm_vcpu *vcpu, bool from_launch)
>> {
>> struct vcpu_vmx *vmx = to_vmx(vcpu);
>>
>
> Yea,
>
> I accidentially dropped 'static' in PATCH3, will restore it in v2.
No problem, I will squash.
Paolo
Powered by blists - more mailing lists