Looks like include/linux/page-flags.h (which uses VM_BUG_ON) needs to have a #include <linux/mmdebug.h> to make sure it sees the define. -Tony --- diff --git a/include/linux/page-flags.h b/include/linux/page-flags.h index e66eb0d..b5d1384 100644 --- a/include/linux/page-flags.h +++ b/include/linux/page-flags.h @@ -7,6 +7,7 @@ #include <linux/types.h> #include <linux/bug.h> +#include <linux/mmdebug.h> #ifndef __GENERATING_BOUNDS_H #include <linux/mm_types.h> #include <generated/bounds.h> -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html