Hi Catalin, Today's linux-next merge of the kmemleak tree got a conflict in mm/vmalloc.c between commit 822c18f2e38cbc775792ab65ace4f9198678dec9 ("alpha: fix vmalloc breakage") from Linus' tree and commit 2465f1b33e3031313375b2992498560ad3ae5780 ("kmemleak: Add the vmalloc memory allocation/freeing hooks") from the kmemleak tree. Just overlapping additions. I fixed it up (see below) and can carry the fix as necessary (but it could be fixed by merging Linus' tree into the kmemleak tree). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx http://www.canb.auug.org.au/~sfr/ diff --cc mm/vmalloc.c index 75f49d3,98af10c..0000000 --- a/mm/vmalloc.c +++ b/mm/vmalloc.c @@@ -23,7 -24,7 +23,8 @@@ #include <linux/rbtree.h> #include <linux/radix-tree.h> #include <linux/rcupdate.h> +#include <linux/bootmem.h> + #include <linux/kmemleak.h> #include <asm/atomic.h> #include <asm/uaccess.h> -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html