On Sun, Mar 25, 2012 at 11:35 PM, Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> wrote: > Now it is: > > mm/nommu.o: In function `vm_is_stack': > nommu.c:(.text+0x2178): multiple definition of `vm_is_stack' > mm/util.o:util.c:(.text+0x2bc): first defined here > make[2]: *** [mm/built-in.o] Error 1 > > http://kisskb.ellerman.id.au/kisskb/buildresult/5941188/ Looks like the problem is because this patch got included in linux-next 2 days ago: http://git.kernel.org/?p=linux/kernel/git/next/linux-next.git;a=commitdiff;h=47d1ab583408e5b8e900c5080aec9bbcf210df22 When I had consolidated all of these changes into what Andrew got the v3 patch from, this patch should have been removed since I moved this function definition from memory.c and nommu.c into util.c, but it looks like the patch got merged in once again, causing the build error above. Dropping this patch should be sufficient to fix the build problem. This is also the reason why the March 22 build was successful (with my final changes) and the March 24 build wasn't (with this additional patch). -- Siddhesh Poyarekar http://siddhesh.in -- 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