Messages in this thread |  | | Date | Sat, 9 Jan 2016 01:29:15 +0800 | From | kbuild test robot <> | Subject | Re: [PATCH 16/23] hisi_sas: add v2 cq interrupt handler |
| |
Hi John,
[auto build test ERROR on scsi/for-next] [also build test ERROR on next-20160108] [cannot apply to v4.4-rc8] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/John-Garry/HiSilicon-SAS-v2-hw-support/20160108-221730 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next config: openrisc-allyesconfig (attached as .config) reproduce: wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # save the attached .config to linux build tree make.cross ARCH=openrisc
Note: the linux-review/John-Garry/HiSilicon-SAS-v2-hw-support/20160108-221730 HEAD 72b5af1de764d94c3832772c1ae177b60745a45d builds fine. It only hurts bisectibility.
All errors (new ones prefixed by >>):
drivers/scsi/hisi_sas/hisi_sas_v2_hw.c: In function 'slot_complete_v2_hw': >> drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:732:3: error: implicit declaration of function 'sata_done_v2_hw'
vim +/sata_done_v2_hw +732 drivers/scsi/hisi_sas/hisi_sas_v2_hw.c
726 } 727 case SAS_PROTOCOL_SATA: 728 case SAS_PROTOCOL_STP: 729 case SAS_PROTOCOL_SATA | SAS_PROTOCOL_STP: 730 { 731 ts->stat = SAM_STAT_GOOD; > 732 sata_done_v2_hw(hisi_hba, task, slot); 733 break; 734 } 735
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation [unhandled content-type:application/octet-stream] |  |