On Tue, 2015-06-16 at 15:21 +0800, kbuild test robot wrote: > tree: git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git for-next > head: 196e2e2aa362850bf45bcb14b9517124b23b921e > commit: 196e2e2aa362850bf45bcb14b9517124b23b921e [72/72] target: Remove TARGET_MAX_LUNS_PER_TRANSPORT > config: x86_64-allyesconfig (attached as .config) > reproduce: > git checkout 196e2e2aa362850bf45bcb14b9517124b23b921e > # save the attached .config to linux build tree > make ARCH=x86_64 > > All warnings (new ones prefixed by >>): > > drivers/xen/xen-scsiback.c: In function 'scsiback_add_translation_entry': > >> drivers/xen/xen-scsiback.c:911:3: warning: format '%d' expects argument of type 'int', but argument 3 has type 'long long unsigned int' [-Wformat=] > pr_err("%s:%d %s\n", phy, unpacked_lun, error); > ^ > > vim +911 drivers/xen/xen-scsiback.c > > d9d660f6 Juergen Gross 2014-08-28 895 tpg = tpg_entry; > 6bb82612 Nicholas Bellinger 2015-05-10 896 break; > 6bb82612 Nicholas Bellinger 2015-05-10 897 } > d9d660f6 Juergen Gross 2014-08-28 898 } > 6bb82612 Nicholas Bellinger 2015-05-10 899 mutex_unlock(&tpg_entry->se_tpg.tpg_lun_mutex); > d9d660f6 Juergen Gross 2014-08-28 900 break; > d9d660f6 Juergen Gross 2014-08-28 901 } > d9d660f6 Juergen Gross 2014-08-28 902 } > d9d660f6 Juergen Gross 2014-08-28 903 if (tpg) { > d9d660f6 Juergen Gross 2014-08-28 904 mutex_lock(&tpg->tv_tpg_mutex); > d9d660f6 Juergen Gross 2014-08-28 905 tpg->tv_tpg_fe_count++; > d9d660f6 Juergen Gross 2014-08-28 906 mutex_unlock(&tpg->tv_tpg_mutex); > d9d660f6 Juergen Gross 2014-08-28 907 } > d9d660f6 Juergen Gross 2014-08-28 908 mutex_unlock(&scsiback_mutex); > d9d660f6 Juergen Gross 2014-08-28 909 > d9d660f6 Juergen Gross 2014-08-28 910 if (!tpg) { > 6bb82612 Nicholas Bellinger 2015-05-10 @911 pr_err("%s:%d %s\n", phy, unpacked_lun, error); > d9d660f6 Juergen Gross 2014-08-28 912 return -ENODEV; > d9d660f6 Juergen Gross 2014-08-28 913 } > d9d660f6 Juergen Gross 2014-08-28 914 > d9d660f6 Juergen Gross 2014-08-28 915 new = kmalloc(sizeof(struct v2p_entry), GFP_KERNEL); > d9d660f6 Juergen Gross 2014-08-28 916 if (new == NULL) { > d9d660f6 Juergen Gross 2014-08-28 917 err = -ENOMEM; > d9d660f6 Juergen Gross 2014-08-28 918 goto out_free; > d9d660f6 Juergen Gross 2014-08-28 919 } > > :::::: The code at line 911 was first introduced by commit > :::::: 6bb826121be244a5a3c8bd8b7d45c47df18810b7 target: Convert se_portal_group->tpg_lun_list[] to RCU hlist > > :::::: TO: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> > :::::: CC: Nicholas Bellinger <nab@xxxxxxxxxxxxxxx> > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > http://lists.01.org/mailman/listinfo/kbuild Intel Corporation Fixed. Thanks Fengguang! -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html