lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Thu, 5 Jan 2017 09:07:16 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Kishon Vijay Abraham I <kishon@...com>
Cc:     kbuild-all@...org, jingoohan1@...il.com,
        Bjorn Helgaas <bhelgaas@...gle.com>,
        Joao Pinto <Joao.Pinto@...opsys.com>,
        linux-kernel@...r.kernel.org, linux-pci@...r.kernel.org,
        nsekhar@...com, kishon@...com
Subject: Re: [PATCH v2] PCI: add a new directory for designware core

Hi Kishon,

[auto build test ERROR on pci/next]
[also build test ERROR on v4.10-rc2 next-20170104]
[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/Kishon-Vijay-Abraham-I/PCI-add-a-new-directory-for-designware-core/20170105-070734
base:   https://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git next
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
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=arm 

All errors (new ones prefixed by >>):

>> drivers/pci/dwc/pci-keystone-dw.c:25:26: fatal error: pci-keystone.h: No such file or directory
    #include "pci-keystone.h"
                             ^
   compilation terminated.
--
>> drivers/pci/dwc/pci-keystone.c:31:26: fatal error: pci-keystone.h: No such file or directory
    #include "pci-keystone.h"
                             ^
   compilation terminated.

vim +25 drivers/pci/dwc/pci-keystone-dw.c

0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  19  #include <linux/of.h>
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  20  #include <linux/of_pci.h>
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  21  #include <linux/pci.h>
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  22  #include <linux/platform_device.h>
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  23  
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  24  #include "pcie-designware.h"
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02 @25  #include "pci-keystone.h"
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  26  
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  27  /* Application register defines */
0c4ffcfe drivers/pci/host/pci-keystone-dw.c Murali Karicheri 2014-09-02  28  #define LTSSM_EN_VAL		        1

:::::: The code at line 25 was first introduced by commit
:::::: 0c4ffcfe1fbc1ef564ec137eab21137cb013b00e PCI: keystone: Add TI Keystone PCIe driver

:::::: TO: Murali Karicheri <m-karicheri2@...com>
:::::: CC: Bjorn Helgaas <bhelgaas@...gle.com>

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

Download attachment ".config.gz" of type "application/gzip" (57361 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ