tree: git://git.cmpxchg.org/linux-mmotm.git master head: df25ba7db0775d87018e2cd92f26b9b087093840 commit: 0b3f61ac78013e35939696ddd63b9b871d11bf72 [188/230] initramfs: support initramfs that is more than 2G config: i386-randconfig-r2-0620 (attached as .config) All warnings: In file included from fs/jffs2/compr_zlib.c:19:0: fs/jffs2/compr_zlib.c: In function 'jffs2_zlib_compress': include/linux/kernel.h:713:17: warning: comparison of distinct pointer types lacks a cast [enabled by default] (void) (&_min1 == &_min2); \ ^ fs/jffs2/compr_zlib.c:97:23: note: in expansion of macro 'min' def_strm.avail_in = min((unsigned)(*sourcelen-def_strm.total_in), def_strm.avail_out); ^ In file included from include/linux/linkage.h:4:0, from include/linux/kernel.h:6, from fs/jffs2/compr_zlib.c:19: >> include/linux/compiler.h:144:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'uLong' [-Wformat=] static struct ftrace_branch_data \ ^ include/linux/compiler.h:139:23: note: in expansion of macro '__trace_if' #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) ^ fs/jffs2/debug.h:68:2: note: in expansion of macro 'if' if (CONFIG_JFFS2_FS_DEBUG >= level) \ ^ fs/jffs2/compr_zlib.c:98:3: note: in expansion of macro 'jffs2_dbg' jffs2_dbg(1, "calling deflate with avail_in %d, avail_out %d\n", ^ >> include/linux/compiler.h:144:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'uLong' [-Wformat=] static struct ftrace_branch_data \ ^ include/linux/compiler.h:139:23: note: in expansion of macro '__trace_if' #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) ^ fs/jffs2/debug.h:68:2: note: in expansion of macro 'if' if (CONFIG_JFFS2_FS_DEBUG >= level) \ ^ fs/jffs2/compr_zlib.c:98:3: note: in expansion of macro 'jffs2_dbg' jffs2_dbg(1, "calling deflate with avail_in %d, avail_out %d\n", ^ >> include/linux/compiler.h:144:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'uLong' [-Wformat=] static struct ftrace_branch_data \ ^ include/linux/compiler.h:139:23: note: in expansion of macro '__trace_if' #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) ^ fs/jffs2/debug.h:68:2: note: in expansion of macro 'if' if (CONFIG_JFFS2_FS_DEBUG >= level) \ ^ fs/jffs2/compr_zlib.c:101:3: note: in expansion of macro 'jffs2_dbg' jffs2_dbg(1, "deflate returned with avail_in %d, avail_out %d, total_in %ld, total_out %ld\n", ^ >> include/linux/compiler.h:144:17: warning: format '%d' expects argument of type 'int', but argument 3 has type 'uLong' [-Wformat=] static struct ftrace_branch_data \ ^ include/linux/compiler.h:139:23: note: in expansion of macro '__trace_if' #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) ^ fs/jffs2/debug.h:68:2: note: in expansion of macro 'if' if (CONFIG_JFFS2_FS_DEBUG >= level) \ ^ fs/jffs2/compr_zlib.c:101:3: note: in expansion of macro 'jffs2_dbg' jffs2_dbg(1, "deflate returned with avail_in %d, avail_out %d, total_in %ld, total_out %ld\n", ^ vim +144 include/linux/compiler.h 2bcd521a Steven Rostedt 2008-11-21 133 2bcd521a Steven Rostedt 2008-11-21 134 #ifdef CONFIG_PROFILE_ALL_BRANCHES 2bcd521a Steven Rostedt 2008-11-21 135 /* 2bcd521a Steven Rostedt 2008-11-21 136 * "Define 'is'", Bill Clinton 2bcd521a Steven Rostedt 2008-11-21 137 * "Define 'if'", Steven Rostedt 2bcd521a Steven Rostedt 2008-11-21 138 */ ab3c9c68 Linus Torvalds 2009-04-07 @139 #define if(cond, ...) __trace_if( (cond , ## __VA_ARGS__) ) ab3c9c68 Linus Torvalds 2009-04-07 140 #define __trace_if(cond) \ ab3c9c68 Linus Torvalds 2009-04-07 141 if (__builtin_constant_p((cond)) ? !!(cond) : \ 2bcd521a Steven Rostedt 2008-11-21 142 ({ \ 2bcd521a Steven Rostedt 2008-11-21 143 int ______r; \ 2bcd521a Steven Rostedt 2008-11-21 @144 static struct ftrace_branch_data \ 2bcd521a Steven Rostedt 2008-11-21 145 __attribute__((__aligned__(4))) \ 2bcd521a Steven Rostedt 2008-11-21 146 __attribute__((section("_ftrace_branch"))) \ 2bcd521a Steven Rostedt 2008-11-21 147 ______f = { \ :::::: The code at line 144 was first introduced by commit :::::: 2bcd521a684cc94befbe2ce7d5b613c841b0d304 trace: profile all if conditionals :::::: TO: Steven Rostedt :::::: CC: Ingo Molnar --- 0-DAY kernel build testing backend Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation