Re: [PATCH v4 03/32] scsi: hisi_sas: add initial bare main driver

2015-11-17 Thread John Garry
I'll follow up with a fix in patchset v5. However kernel linking seems broken for this config without my patches. arch/x86/built-in.o: In function `hv_machine_crash_shutdown': mshyperv.c:(.text+0xa1ec4): undefined reference to `native_machine_crash_shutdown' John On 16/11/2015 17:35, kbuild

Re: [PATCH v4 03/32] scsi: hisi_sas: add initial bare main driver

2015-11-16 Thread kbuild test robot
Hi John, [auto build test ERROR on scsi/for-next] [also build test ERROR on v4.4-rc1 next-20151116] url: https://github.com/0day-ci/linux/commits/John-Garry/HiSilicon-SAS-driver/20151116-215304 base: https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next config: i386-randcon

[PATCH v4 03/32] scsi: hisi_sas: add initial bare main driver

2015-11-16 Thread John Garry
This patch adds the initial bare main driver for the HiSilicon SAS HBA. This only introduces the changes to build and load the main driver module. The complete driver consists of the core main module and also a module platform driver for driving the hw. The HBA is a platform device. Signed-off-b