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


Groups > linux.kernel > #1431704 > unrolled thread

linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-06-27 06:30 +0200
Last post2016-06-27 06:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the kvm-ppc-paulus tree with the  powerpc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-06-27 06:30 +0200

#1431704 — linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-06-27 06:30 +0200
Subjectlinux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree
Message-ID<rOwlj-3O5-5@gated-at.bofh.it>
Hi Paul,

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

  arch/powerpc/kernel/traps.c

between commit:

  42f5b4cacd78 ("powerpc: Introduce asm-prototypes.h")

from the powerpc tree and commit:

  fd7bacbca47a ("KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interrupt")

from the kvm-ppc-paulus 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 arch/powerpc/kernel/traps.c
index f7e2f2e318bd,9ec95daccad9..000000000000
--- a/arch/powerpc/kernel/traps.c
+++ b/arch/powerpc/kernel/traps.c
@@@ -60,7 -60,7 +60,8 @@@
  #include <asm/switch_to.h>
  #include <asm/tm.h>
  #include <asm/debug.h>
 +#include <asm/asm-prototypes.h>
+ #include <asm/hmi.h>
  #include <sysdev/fsl_pci.h>
  
  #if defined(CONFIG_DEBUGGER) || defined(CONFIG_KEXEC)

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web