linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the vfio tree with the kvms390 tree
@ 2022-07-11  7:13 Stephen Rothwell
  2022-07-11  8:00 ` Christian Borntraeger
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2022-07-11  7:13 UTC (permalink / raw)
  To: Alex Williamson, Christian Borntraeger, Janosch Frank
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Matthew Rosato

[-- Attachment #1: Type: text/plain, Size: 1604 bytes --]

Hi all,

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

  include/linux/vfio_pci_core.h

between commits:

  b6a7066f4e9b ("vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM")
  6518ebc68c72 ("vfio-pci/zdev: add open/close device hooks")

from the kvms390 tree and commit:

  d1877e639bc6 ("vfio: de-extern-ify function prototypes")

from the vfio 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/linux/vfio_pci_core.h
index d5d9e17f0156,22de2bce6394..000000000000
--- a/include/linux/vfio_pci_core.h
+++ b/include/linux/vfio_pci_core.h
@@@ -206,11 -205,9 +205,11 @@@ static inline int vfio_pci_igd_init(str
  }
  #endif
  
 -#ifdef CONFIG_S390
 +#ifdef CONFIG_VFIO_PCI_ZDEV_KVM
- extern int vfio_pci_info_zdev_add_caps(struct vfio_pci_core_device *vdev,
- 				       struct vfio_info_cap *caps);
+ int vfio_pci_info_zdev_add_caps(struct vfio_pci_core_device *vdev,
+ 				struct vfio_info_cap *caps);
 +int vfio_pci_zdev_open_device(struct vfio_pci_core_device *vdev);
 +void vfio_pci_zdev_close_device(struct vfio_pci_core_device *vdev);
  #else
  static inline int vfio_pci_info_zdev_add_caps(struct vfio_pci_core_device *vdev,
  					      struct vfio_info_cap *caps)

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux-next: manual merge of the vfio tree with the kvms390 tree
  2022-07-11  7:13 linux-next: manual merge of the vfio tree with the kvms390 tree Stephen Rothwell
@ 2022-07-11  8:00 ` Christian Borntraeger
  0 siblings, 0 replies; 2+ messages in thread
From: Christian Borntraeger @ 2022-07-11  8:00 UTC (permalink / raw)
  To: Stephen Rothwell, Alex Williamson, Janosch Frank
  Cc: Linux Kernel Mailing List, Linux Next Mailing List, Matthew Rosato

Am 11.07.22 um 09:13 schrieb Stephen Rothwell:
> Betreff:
> linux-next: manual merge of the vfio tree with the kvms390 tree
> Von:
> Stephen Rothwell <sfr@canb.auug.org.au>
> Datum:
> 11.07.22, 09:13
> 
> An:
> Alex Williamson <alex.williamson@redhat.com>, Christian Borntraeger <borntraeger@de.ibm.com>, Janosch Frank <frankja@linux.ibm.com>
> Kopie (CC):
> Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Linux Next Mailing List <linux-next@vger.kernel.org>, Matthew Rosato <mjrosato@linux.ibm.com>
> 
> 
> Hi all,
> 
> Today's linux-next merge of the vfio tree got a conflict in:
> 
>    include/linux/vfio_pci_core.h
> 
> between commits:
> 
>    b6a7066f4e9b ("vfio/pci: introduce CONFIG_VFIO_PCI_ZDEV_KVM")
>    6518ebc68c72 ("vfio-pci/zdev: add open/close device hooks")
> 
> from the kvms390 tree and commit:
> 
>    d1877e639bc6 ("vfio: de-extern-ify function prototypes")
> 
> from the vfio 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.
> 

Alex, Paolo,

I do have a topic branch that we could merge, but I think the conflict is trivial enough for the time being.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-11  8:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-11  7:13 linux-next: manual merge of the vfio tree with the kvms390 tree Stephen Rothwell
2022-07-11  8:00 ` Christian Borntraeger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).