linux-next: manual merge of the xtensa tree with Linus' tree

From: Stephen Rothwell
Date: Mon Dec 18 2017 - 19:32:40 EST


Hi Max,

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

Documentation/features/debug/KASAN/arch-support.txt

between commit:

d19cd4bb2343 ("Documentation/features/KASAN: mark KASAN as supported only on 64-bit on x86")

from Linus' tree and commit:

c633544a6154 ("xtensa: add support for KASAN")

from the xtensa 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

7d580ca2ecda7312f7f328dd64ec34bf75e811f5
diff --cc Documentation/features/debug/KASAN/arch-support.txt
index f377290fe48e,8abb013db8d1..3406fae833c3
--- a/Documentation/features/debug/KASAN/arch-support.txt
+++ b/Documentation/features/debug/KASAN/arch-support.txt
@@@ -34,6 -34,6 +34,6 @@@
| tile: | TODO |
| um: | TODO |
| unicore32: | TODO |
- | x86: | ok |
+ | x86: | ok | 64-bit only
- | xtensa: | TODO |
+ | xtensa: | ok |
-----------------------