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


Groups > linux.kernel > #1443062 > unrolled thread

linux-next: manual merge of the kvm tree with the s390 tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-07-14 06:10 +0200
Last post2016-07-14 09:00 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the kvm tree with the s390 tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-07-14 06:10 +0200
    Re: linux-next: manual merge of the kvm tree with the s390 tree David Hildenbrand <dahi@linux.vnet.ibm.com> - 2016-07-14 09:00 +0200

#1443062 — linux-next: manual merge of the kvm tree with the s390 tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-07-14 06:10 +0200
Subjectlinux-next: manual merge of the kvm tree with the s390 tree
Message-ID<rUG8h-4ua-1@gated-at.bofh.it>
Hi all,

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

  arch/s390/mm/gmap.c

between commit:

  f04540298440 ("s390/mm: fix gmap tlb flush issues")

from the s390 tree and commit:

  6ea427bbbd40 ("s390/mm: add reference counter to gmap structure")

from the kvm tree.

I fixed it up (I just assumed that the update to gmap_free is no longer
needed) 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

[toc] | [next] | [standalone]


#1443113

FromDavid Hildenbrand <dahi@linux.vnet.ibm.com>
Date2016-07-14 09:00 +0200
Message-ID<rUIMO-64Y-19@gated-at.bofh.it>
In reply to#1443062
> Hi all,
> 
> Today's linux-next merge of the kvm tree got a conflict in:
> 
>   arch/s390/mm/gmap.c
> 
> between commit:
> 
>   f04540298440 ("s390/mm: fix gmap tlb flush issues")
> 
> from the s390 tree and commit:
> 
>   6ea427bbbd40 ("s390/mm: add reference counter to gmap structure")
> 
> from the kvm tree.
> 
> I fixed it up (I just assumed that the update to gmap_free is no longer
> needed) 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.
> 

Yes, the tlb flush will be done in gmap_remove() instead of in gmap_free(),
which is also fixed by commit f04540298440. Unfortunately, that stable fix was
inevitable and collided with the already submitted patches for nested
virtualization.

Thanks for fixing that up, looks good to me.

David

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web