On Tue, May 10, 2022 at 9:27 AM Sean Christopherson <seanjc@xxxxxxxxxx> wrote: > > noinline void vmclear_error(struct vmcs *vmcs, u64 phys_addr) > > { > > - vmx_insn_failed("kvm: vmclear failed: %p/%llx\n", vmcs, phys_addr); > > + vmx_insn_failed("kvm: vmclear failed: %p/%llx err=%d\n", > > I highly doubt it will ever matter, but arguably this should be %u, not %d. > :-@ Okay; I will send out a V3, along with a separate patch to fix VMWRITE.