Loading arch/s390/include/asm/kvm_host.h +2 −0 Original line number Diff line number Diff line Loading @@ -630,6 +630,8 @@ struct kvm_s390_pv { void *set_aside; struct list_head need_cleanup; struct mmu_notifier mmu_notifier; /* Protects against concurrent import-like operations */ struct mutex import_lock; }; struct kvm_arch { Loading arch/s390/kvm/kvm-s390.c +2 −0 Original line number Diff line number Diff line Loading @@ -3330,6 +3330,8 @@ int kvm_arch_init_vm(struct kvm *kvm, unsigned long type) char debug_name[16]; int i, rc; mutex_init(&kvm->arch.pv.import_lock); rc = -EINVAL; #ifdef CONFIG_KVM_S390_UCONTROL if (type & ~KVM_VM_S390_UCONTROL) Loading Loading
arch/s390/include/asm/kvm_host.h +2 −0 Original line number Diff line number Diff line Loading @@ -630,6 +630,8 @@ struct kvm_s390_pv { void *set_aside; struct list_head need_cleanup; struct mmu_notifier mmu_notifier; /* Protects against concurrent import-like operations */ struct mutex import_lock; }; struct kvm_arch { Loading
arch/s390/kvm/kvm-s390.c +2 −0 Original line number Diff line number Diff line Loading @@ -3330,6 +3330,8 @@ int kvm_arch_init_vm(struct kvm *kvm, unsigned long type) char debug_name[16]; int i, rc; mutex_init(&kvm->arch.pv.import_lock); rc = -EINVAL; #ifdef CONFIG_KVM_S390_UCONTROL if (type & ~KVM_VM_S390_UCONTROL) Loading