Re: [PATCH 14/24] kvm: mmu: Wrap mmu_lock lock / unlock in a function

2021-01-12 Thread kernel test robot
Hi Ben, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v5.11-rc3 next-20210112] [cannot apply to kvm/linux-next kvmarm/next] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we

[PATCH 14/24] kvm: mmu: Wrap mmu_lock lock / unlock in a function

2021-01-12 Thread Ben Gardon
Wrap locking and unlocking the mmu_lock in a function. This will facilitate future logging and stat collection for the lock and more immediately support a refactoring to move the lock into the struct kvm_arch(s) so that x86 can change the spinlock to a rwlock without affecting the performance of