On Sat, Apr 6, 2013 at 7:37 PM, Luis R. Rodriguez <mcgrof@xxxxxxxxxxxxxxxx> wrote: > On Sat, Apr 6, 2013 at 7:35 PM, Luis R. Rodriguez > <mcgrof@xxxxxxxxxxxxxxxx> wrote: >> Segmentation fault >> make[8]: *** [/home/mcgrof/tmp/build/compat/core.o] Error 139 I've narrowed the segfault to a core.c file with just: #include <linux/async.h> #include <linux/module.h> void poo(void) { } EXPORT_SYMBOL_GPL(poo); Removing asynch.h fixes it. Doing this on an standalone module works Luis -- To unsubscribe from this list: send the line "unsubscribe backports" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html