Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1685466

Re: [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices

From kbuild test robot <lkp@intel.com>
Newsgroups linux.kernel
Subject Re: [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices
Date 2017-07-12 04:30 +0200
Message-ID <u2fzA-25Y-9@gated-at.bofh.it> (permalink)
References <u1Zbs-8vM-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


[Multipart message — attachments visible in raw view] - view raw

Hi Suganath,

[auto build test ERROR on scsi/for-next]
[also build test ERROR on v4.12 next-20170711]
[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/Suganath-Prabu-S/mpt3sas-Add-nvme-device-support-in-slave-alloc-target-alloc-and-probe/20170711-204831
base:   https://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git for-next
config: x86_64-kexec (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=x86_64 

Note: the linux-review/Suganath-Prabu-S/mpt3sas-Add-nvme-device-support-in-slave-alloc-target-alloc-and-probe/20170711-204831 HEAD 46a9c8fb1d7fe7649aa0eaa925c6653a6fa3047e builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   In file included from drivers/scsi/mpt3sas/mpt3sas_base.c:66:0:
>> drivers/scsi/mpt3sas/mpt3sas_base.h:57:26: fatal error: mpi/mpi2_pci.h: No such file or directory
    #include "mpi/mpi2_pci.h"
                             ^
   compilation terminated.

vim +57 drivers/scsi/mpt3sas/mpt3sas_base.h

    48	
    49	#include "mpi/mpi2_type.h"
    50	#include "mpi/mpi2.h"
    51	#include "mpi/mpi2_ioc.h"
    52	#include "mpi/mpi2_cnfg.h"
    53	#include "mpi/mpi2_init.h"
    54	#include "mpi/mpi2_raid.h"
    55	#include "mpi/mpi2_tool.h"
    56	#include "mpi/mpi2_sas.h"
  > 57	#include "mpi/mpi2_pci.h"
    58	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe  devices Suganath Prabu S <suganath-prabu.subramani@broadcom.com> - 2017-07-11 11:00 +0200
  Re: [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe  devices Keith Busch <keith.busch@intel.com> - 2017-07-11 18:20 +0200
  Re: [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe  devices Keith Busch <keith.busch@intel.com> - 2017-07-12 02:00 +0200
    Re: [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe devices Suganath Prabu Subramani <suganath-prabu.subramani@broadcom.com> - 2017-07-14 15:30 +0200
  Re: [PATCH 02/13] mpt3sas: SGL to PRP Translation for I/Os to NVMe  devices kbuild test robot <lkp@intel.com> - 2017-07-12 04:30 +0200

csiph-web