Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1528867 > unrolled thread
| Started by | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| First post | 2016-11-24 00:50 +0100 |
| Last post | 2016-11-24 03:50 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
linux-next: manual merge of the powerpc tree with the powerpc-fixes tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-11-24 00:50 +0100
Re: linux-next: manual merge of the powerpc tree with the powerpc-fixes tree Michael Ellerman <mpe@ellerman.id.au> - 2016-11-24 03:50 +0100
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Date | 2016-11-24 00:50 +0100 |
| Subject | linux-next: manual merge of the powerpc tree with the powerpc-fixes tree |
| Message-ID | <sGPsB-31Y-7@gated-at.bofh.it> |
Hi all,
Today's linux-next merge of the powerpc tree got a conflict in:
arch/powerpc/include/asm/asm-prototypes.h
between commit:
9e5f68842276 ("powerpc: Fix missing CRCs, add more asm-prototypes.h declarations")
from the powerpc-fixes tree and commit:
82de5797a260 ("powerpc: Remove extraneous header from asm-prototypes.h")
from the powerpc 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/asm-prototypes.h
index e0baba1535e6,dfef1174663e..000000000000
--- a/arch/powerpc/include/asm/asm-prototypes.h
+++ b/arch/powerpc/include/asm/asm-prototypes.h
@@@ -13,12 -13,6 +13,11 @@@
*/
#include <linux/threads.h>
- #include <linux/kprobes.h>
+#include <asm/cacheflush.h>
+#include <asm/checksum.h>
+#include <asm/uaccess.h>
+#include <asm/epapr_hcalls.h>
+
#include <uapi/asm/ucontext.h>
/* SMP */
[toc] | [next] | [standalone]
| From | Michael Ellerman <mpe@ellerman.id.au> |
|---|---|
| Date | 2016-11-24 03:50 +0100 |
| Subject | Re: linux-next: manual merge of the powerpc tree with the powerpc-fixes tree |
| Message-ID | <sGSgO-4Nw-5@gated-at.bofh.it> |
| In reply to | #1528867 |
Stephen Rothwell <sfr@canb.auug.org.au> writes:
> Hi all,
>
> Today's linux-next merge of the powerpc tree got a conflict in:
>
> arch/powerpc/include/asm/asm-prototypes.h
>
> between commit:
>
> 9e5f68842276 ("powerpc: Fix missing CRCs, add more asm-prototypes.h declarations")
>
> from the powerpc-fixes tree and commit:
>
> 82de5797a260 ("powerpc: Remove extraneous header from asm-prototypes.h")
>
> from the powerpc 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.
Thanks. I'm planning to merge fixes into next RSN ... as soon as people
stop finding bugs.
cheers
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web