linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree
@ 2016-11-24  2:53 Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2016-11-24  2:53 UTC (permalink / raw)
  To: Paul Mackerras, Michael Ellerman, Benjamin Herrenschmidt, PowerPC
  Cc: linux-next, linux-kernel, Suraj Jitindar Singh

Hi Paul,

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

  arch/powerpc/mm/pgtable-radix.c

between commit:

  555c16328ae6 ("powerpc/mm: Correct process and partition table max size")

from the powerpc tree and commit:

  9d66195807ac ("powerpc/64: Provide functions for accessing POWER9 partition table")

from the kvm-ppc-paulus tree.

I fixed it up (the latter removed the code modified by the former) 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

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

* linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree
@ 2016-11-24  2:48 Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2016-11-24  2:48 UTC (permalink / raw)
  To: Paul Mackerras, Michael Ellerman, Benjamin Herrenschmidt, PowerPC
  Cc: linux-next, linux-kernel, Michael Neuling

Hi Paul,

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

  arch/powerpc/include/asm/reg.h

between commit:

  29a969b76481 ("powerpc: Revert Load Monitor Register Support")

from the powerpc tree and commits:

  7fd317f8c330 ("powerpc/64: Add some more SPRs and SPR bits for POWER9")
  02ed21aeda0e ("powerpc/powernv: Define and set POWER9 HFSCR doorbell bit")

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/reg.h
index 332e6b4b306a,04aa1ee8cdb6..000000000000
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@@ -292,6 -295,9 +295,7 @@@
  #define SPRN_HRMOR	0x139	/* Real mode offset register */
  #define SPRN_HSRR0	0x13A	/* Hypervisor Save/Restore 0 */
  #define SPRN_HSRR1	0x13B	/* Hypervisor Save/Restore 1 */
 -#define SPRN_LMRR	0x32D	/* Load Monitor Region Register */
 -#define SPRN_LMSER	0x32E	/* Load Monitor Section Enable Register */
+ #define SPRN_ASDR	0x330	/* Access segment descriptor register */
  #define SPRN_IC		0x350	/* Virtual Instruction Count */
  #define SPRN_VTB	0x351	/* Virtual Time Base */
  #define SPRN_LDBAR	0x352	/* LD Base Address Register */
@@@ -302,6 -308,8 +306,7 @@@
  #define SPRN_PMCR	0x374	/* Power Management Control Register */
  
  /* HFSCR and FSCR bit numbers are the same */
 -#define FSCR_LM_LG	11	/* Enable Load Monitor Registers */
+ #define FSCR_MSGP_LG	10	/* Enable MSGP */
  #define FSCR_TAR_LG	8	/* Enable Target Address Register */
  #define FSCR_EBB_LG	7	/* Enable Event Based Branching */
  #define FSCR_TM_LG	5	/* Enable Transactional Memory */
@@@ -315,6 -324,8 +320,7 @@@
  #define   FSCR_EBB	__MASK(FSCR_EBB_LG)
  #define   FSCR_DSCR	__MASK(FSCR_DSCR_LG)
  #define SPRN_HFSCR	0xbe	/* HV=1 Facility Status & Control Register */
 -#define   HFSCR_LM	__MASK(FSCR_LM_LG)
+ #define   HFSCR_MSGP	__MASK(FSCR_MSGP_LG)
  #define   HFSCR_TAR	__MASK(FSCR_TAR_LG)
  #define   HFSCR_EBB	__MASK(FSCR_EBB_LG)
  #define   HFSCR_TM	__MASK(FSCR_TM_LG)

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

* linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree
@ 2016-06-27  4:23 Stephen Rothwell
  0 siblings, 0 replies; 3+ messages in thread
From: Stephen Rothwell @ 2016-06-27  4:23 UTC (permalink / raw)
  To: Paul Mackerras, Michael Ellerman, Benjamin Herrenschmidt, linuxppc-dev
  Cc: linux-next, linux-kernel, Mahesh Salgaonkar, Daniel Axtens

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)

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

end of thread, other threads:[~2016-11-24  2:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-24  2:53 linux-next: manual merge of the kvm-ppc-paulus tree with the powerpc tree Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2016-11-24  2:48 Stephen Rothwell
2016-06-27  4:23 Stephen Rothwell

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).