tree: git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc.git review-wq-dump head: c48dd4e1a0d7225c97d7294958dd8ba6be82fde9 commit: 069dcda94642807dc31bf52895bd409512531249 [1/15] bitmap: restructure bitmap_sn[list]printf() reproduce: # apt-get install sparse git checkout 069dcda94642807dc31bf52895bd409512531249 make ARCH=x86_64 allmodconfig make C=1 CF=-D__CHECK_ENDIAN__ sparse warnings: (new ones prefixed by >>) >> lib/bitmap.c:574:6: sparse: symbol 'bitmap_print_list' was not declared. Should it be static? lib/bitmap.c:1250:30: sparse: incorrect type in assignment (different base types) lib/bitmap.c:1250:30: expected unsigned long [unsigned] [long] <noident> lib/bitmap.c:1250:30: got restricted __le64 [usertype] <noident> lib/bitmap.c:1252:30: sparse: incorrect type in assignment (different base types) lib/bitmap.c:1252:30: expected unsigned long [unsigned] [long] <noident> lib/bitmap.c:1252:30: got restricted __le32 [usertype] <noident> Please review and possibly fold the followup patch. --- 0-DAY kernel test infrastructure Open Source Technology Center http://lists.01.org/mailman/listinfo/kbuild Intel Corporation -- 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/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>