mbox series

[0/2] Fix the allocation of pv cpu mask

Message ID 20200914091148.95654-1-lihaiwei.kernel@gmail.com (mailing list archive)
Headers show
Series Fix the allocation of pv cpu mask | expand

Message

Haiwei Li Sept. 14, 2020, 9:11 a.m. UTC
From: Haiwei Li <lihaiwei@tencent.com>

Hi,

There is a old version patch of 'KVM: Check the allocation of pv cpu mask'
in upstream. The v2 and what is discussed is in url:

https://lore.kernel.org/kvm/87o8mlooki.fsf@vitty.brq.redhat.com/

In this patch, i fix the build error and make changes as suggested.

Haiwei Li (2):
  KVM: Fix the build error
  KVM: Check if __pv_cpu_mask was allocated instead of assigning ops too
    late

 arch/x86/kernel/kvm.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)