On Tue, 6 Mar 2012, David Rientjes wrote: > That's not compiled for CONFIG_BUG=n; such a config fallsback to > include/asm-generic/bug.h which just does > > #define BUG() do {} while (0) > > because CONFIG_BUG specifically _wants_ to bypass BUG()s and is reasonably > protected by CONFIG_EXPERT. Why would anyone do this? IMHO if you disable CONFIG_BUG and things explode then its your fault. If we must have the ability then make BUG() fallback to something that quiets down the compiler (and set some kind of an "idiot" flag in the tainted flags please so that we can ignore bug reports like that). -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Fight unfair telecom internet charges in Canada: sign http://stopthemeter.ca/ Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>