On 12/27/22 21:26, Aaron Lewis wrote:
Both commit e21d10ee00c5 ("KVM: x86: Unify pr_fmt to use module name
for all KVM modules") and commit 1567037614af ("KVM: VMX: Resurrect
vmcs_conf sanitization for KVM-on-Hyper-V") define pr_fmt.
Remove the pr_fmt that was defined in commit 1567037614af ("KVM: VMX:
Resurrect vmcs_conf sanitization for KVM-on-Hyper-V").
With both defined I get this:
arch/x86/kvm/vmx/hyperv.c:4:9: error: 'pr_fmt' macro redefined [-Werror,-Wmacro-redefined]
^
arch/x86/kvm/vmx/hyperv.c:2:9: note: previous definition is here
Hi Aaron,
since I am not really sure how much I am going to look at KVM during the
vacations (and I assumed not many people would be looking at the
results...), I pushed to kvm/queue without even doing a build test.
I am using these early merges to experiment with topic branches so, if
applicable, I will rewind the merges and fix the semantic conflicts in
the merges where they arise, either in the merges themselves or in the
commits.
Paolo