Hi Joe, [auto build test WARNING on scsi/for-next] [also build test WARNING on v4.12-rc1 next-20170519] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Himanshu-Madhani/qla2xxx-Bug-fixes-and-cleanups/20170521-131406 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next config: xtensa-allyesconfig (attached as .config) compiler: xtensa-linux-gcc (GCC) 4.9.0 reproduce: wget https://raw.githubusercontent.com/01org/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=xtensa All warnings (new ones prefixed by >>): drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_load_risc_flash': >> drivers/scsi/qla2xxx/qla_init.c:6360:7: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uint32_t' [-Wformat=] dlen - risc_size * sizeof(*dcode)); ^ drivers/scsi/qla2xxx/qla_init.c: In function 'qla24xx_load_risc_blob': drivers/scsi/qla2xxx/qla_init.c:6662:7: warning: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'uint32_t' [-Wformat=] dlen - risc_size * sizeof(*fwcode)); ^ vim +6360 drivers/scsi/qla2xxx/qla_init.c 6344 qla24xx_read_flash_data(vha, dcode, faddr, risc_size); 6345 for (i = 0; i < risc_size; i++) 6346 dcode[i] = le32_to_cpu(dcode[i]); 6347 6348 if (!qla27xx_fwdt_template_valid(dcode)) { 6349 ql_log(ql_log_warn, vha, 0x0165, 6350 "Failed fwdump template validate\n"); 6351 goto default_template; 6352 } 6353 6354 dlen = qla27xx_fwdt_template_size(dcode); 6355 ql_dbg(ql_dbg_init, vha, 0x0166, 6356 "-> template size %x bytes\n", dlen); 6357 if (dlen > risc_size * sizeof(*dcode)) { 6358 ql_log(ql_log_warn, vha, 0x0167, 6359 "Failed fwdump template exceeds array by %lx bytes\n", > 6360 dlen - risc_size * sizeof(*dcode)); 6361 goto default_template; 6362 } 6363 ha->fw_dump_template_len = dlen; 6364 return rval; 6365 6366 default_template: 6367 ql_log(ql_log_warn, vha, 0x0168, "Using default fwdump template\n"); 6368 if (ha->fw_dump_template) --- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
Attachment:
.config.gz
Description: application/gzip