Hi all, Today's linux-next merge of the modules tree got a conflict in: arch/powerpc/mm/mem.c between commit: c22e503ced5b ("fix missing vmalloc.h includes") from the mm-unstable branch of the mm tree and commit: 7aa7eb8269ea ("arch: make execmem setup available regardless of CONFIG_MODULES") from the modules 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/mm/mem.c index a197d4c2244b,5de62a3c1d4b..000000000000 --- a/arch/powerpc/mm/mem.c +++ b/arch/powerpc/mm/mem.c @@@ -16,7 -16,7 +16,8 @@@ #include #include #include +#include + #include #include #include