Re: [PATCH] KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again

2020-10-14 Thread kernel test robot
Hi Vitaly, I love your patch! Yet something to improve: [auto build test ERROR on kvm/linux-next] [also build test ERROR on vhost/linux-next linus/master linux/master v5.9 next-20201013] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

[PATCH] KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work again

2020-10-14 Thread Vitaly Kuznetsov
It was noticed that evmcs_sanitize_exec_ctrls() is not being executed nowadays despite the code checking 'enable_evmcs' static key looking correct. Turns out, static key magic doesn't work in '__init' section (and it is unclear when things changed) but setup_vmcs_config() is called only once per