Hi all, Today's linux-next merge of the tip tree got a conflict in: arch/x86/mm/numa_32.c between commit: d82a37ff6b88 ("fixup! fix missing vmalloc.h includes") from the mm-unstable branch of the mm tree and commit: 9852b1dc6a14 ("x86/numa/32: Include missing <asm/pgtable_areas.h>") from the tip 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/x86/mm/numa_32.c index e25e08ba4531,025fd7ea5d69..000000000000 --- a/arch/x86/mm/numa_32.c +++ b/arch/x86/mm/numa_32.c @@@ -24,7 -24,7 +24,8 @@@ #include <linux/memblock.h> #include <linux/init.h> +#include <linux/vmalloc.h> + #include <asm/pgtable_areas.h> #include "numa_internal.h"
Attachment:
pgpRAbN5AH1ni.pgp
Description: OpenPGP digital signature