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

From: Stephen Rothwell
Date: Mon Jul 11 2016 - 02:05:35 EST


Hi Paul,

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

arch/powerpc/include/asm/paca.h

between commit:

c223c90386bc ("powerpc32: provide VIRT_CPU_ACCOUNTING")

from the fsl 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/include/asm/paca.h
index ad171e979ab0,4b17bd058e01..000000000000
--- a/arch/powerpc/include/asm/paca.h
+++ b/arch/powerpc/include/asm/paca.h
@@@ -25,7 -25,7 +25,8 @@@
#ifdef CONFIG_KVM_BOOK3S_64_HANDLER
#include <asm/kvm_book3s_asm.h>
#endif
+#include <asm/accounting.h>
+ #include <asm/hmi.h>

register struct paca_struct *local_paca asm("r13");