On Mon, 2016-01-25 at 16:39 +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git queue-next > head: cba9eb9976dcfce9158f1c175eddd792d5f88e65 > commit: abe8394661ca080a0b27d299d6e55a181703fd29 [72/73] xen-scsiback: Convert to percpu_ida tag allocation > config: x86_64-allyesconfig (attached as .config) > reproduce: > git checkout abe8394661ca080a0b27d299d6e55a181703fd29 > # save the attached .config to linux build tree > make ARCH=x86_64 > > Note: the target/queue-next HEAD cba9eb9976dcfce9158f1c175eddd792d5f88e65 builds fine. > It only hurts bisectibility. > > All error/warnings (new ones prefixed by >>): > > drivers/xen/xen-scsiback.c: In function 'scsiback_device_action': > >> drivers/xen/xen-scsiback.c:624:1: warning: label 'err' defined but not used [-Wunused-label] > err: > ^ > >> drivers/xen/xen-scsiback.c:612:3: error: label 'out' used but not defined > goto out; > ^ > drivers/xen/xen-scsiback.c: In function 'scsiback_release_cmd': > >> drivers/xen/xen-scsiback.c:1386:21: warning: unused variable 'se_tmr' [-Wunused-variable] > struct se_tmr_req *se_tmr = se_cmd->se_tmr_req; > ^ Fixing up this bisect breakage. 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