Re: [PATCH v2 03/18] KVM: x86/mmu: WARN if PAE roots linger after kvm_mmu_unload

From: Paolo Bonzini
Date: Fri Feb 18 2022 - 12:23:33 EST


On 2/18/22 18:14, Sean Christopherson wrote:
Checkpatch doesn't like it, and IMO the existing asserts
are unnecessary.

I agree that removing the assertions could be another way to go.

A third and better one could be to just wait until pae_root is gone. I have started looking at it but I would like your opinion on one detail; see question I posted at https://lore.kernel.org/kvm/7ccb16e5-579e-b3d9-cedc-305152ef9b8f@xxxxxxxxxx/.

For now I'll drop this patch.

Paolo