Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1446981 > unrolled thread

linux-next: manual merge of the kvms390 tree with the kvm-arm tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-07-20 07:40 +0200
Last post2016-07-20 07:40 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the kvms390 tree with the kvm-arm tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-07-20 07:40 +0200

#1446981 — linux-next: manual merge of the kvms390 tree with the kvm-arm tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-07-20 07:40 +0200
Subjectlinux-next: manual merge of the kvms390 tree with the kvm-arm tree
Message-ID<rWSoF-5J8-1@gated-at.bofh.it>
Hi all,

Today's linux-next merge of the kvms390 tree got a conflict in:

  include/uapi/linux/kvm.h

between commit:

  2b8ddd9337ee ("KVM: Extend struct kvm_msi to hold a 32-bit device ID")

from the kvm-arm tree and commit:

  6502a34cfd66 ("KVM: s390: allow user space to handle instr 0x0000")

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 84d9e5f8ab4b,70941f4ab6d8..000000000000
--- a/include/uapi/linux/kvm.h
+++ b/include/uapi/linux/kvm.h
@@@ -867,7 -867,7 +867,8 @@@ struct kvm_ppc_smmu_info 
  #define KVM_CAP_VCPU_ATTRIBUTES 127
  #define KVM_CAP_MAX_VCPU_ID 128
  #define KVM_CAP_X2APIC_API 129
 -#define KVM_CAP_S390_USER_INSTR0 130
 +#define KVM_CAP_MSI_DEVID 130
++#define KVM_CAP_S390_USER_INSTR0 131
  
  #ifdef KVM_CAP_IRQ_ROUTING
  

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web