Hi all, Today's linux-next merge of the kvms390 tree got a conflict in: include/uapi/linux/kvm.h between commits: 134764ed6e12 ("KVM: PPC: Book3S HV: Add new capability to control MCE behaviour") 2ed4f9dd19c0 ("KVM: PPC: Book3S HV: Add capability to report possible virtual SMT modes") from the kvm-ppc tree and commit: 4036e3874a1c ("KVM: s390: ioctls to get and set guest storage attributes") from the kvms390 tree. I fixed it up (see below) and can carry the fix as necessary. This is now fixed as far as linux-next is concerned, but any non trivial conflicts should be mentioned to your upstream maintainer when your tree is submitted for merging. You may also want to consider cooperating with the maintainer of the conflicting tree to minimise any particularly complex conflicts. -- Cheers, Stephen Rothwell diff --cc include/uapi/linux/kvm.h index 36ea74aa3422,2b8dc1ca18d4..000000000000 --- a/include/uapi/linux/kvm.h +++ b/include/uapi/linux/kvm.h @@@ -895,8 -924,7 +924,9 @@@ struct kvm_ppc_resize_hpt #define KVM_CAP_SPAPR_TCE_VFIO 142 #define KVM_CAP_X86_GUEST_MWAIT 143 #define KVM_CAP_ARM_USER_IRQ 144 -#define KVM_CAP_S390_CMMA_MIGRATION 145 +#define KVM_CAP_PPC_FWNMI 145 +#define KVM_CAP_PPC_SMT_POSSIBLE 146 ++#define KVM_CAP_S390_CMMA_MIGRATION 147 #ifdef KVM_CAP_IRQ_ROUTING