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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 17 Jun 2016 23:42:26 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Neil Armstrong <narmstrong@...libre.com>
Cc:	kbuild-all@...org, Michael Turquette <mturquette@...libre.com>,
	Stephen Boyd <sboyd@...eaurora.org>,
	Andy Gross <andy.gross@...aro.org>,
	David Brown <david.brown@...aro.org>,
	Philipp Zabel <p.zabel@...gutronix.de>,
	Neil Armstrong <narmstrong@...libre.com>,
	linux-clk@...r.kernel.org, linux-arm-msm@...r.kernel.org,
	linux-soc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/3] clk: mdm9615: Add support for MDM9615 Clock
 Controllers

Hi,

[auto build test ERROR on clk/clk-next]
[also build test ERROR on v4.7-rc3 next-20160617]
[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/Neil-Armstrong/clk-Add-MDM9615-Clock-Controllers-driver-and-bindings/20160617-181028
base:   https://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git clk-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

Note: the linux-review/Neil-Armstrong/clk-Add-MDM9615-Clock-Controllers-driver-and-bindings/20160617-181028 HEAD 6ca1e75309632047fb7f6eff3bc2982e193fdac9 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> drivers/clk/qcom/gcc-mdm9615.c:27:48: fatal error: dt-bindings/clock/qcom,gcc-mdm9615.h: No such file or directory
    #include <dt-bindings/clock/qcom,gcc-mdm9615.h>
                                                   ^
   compilation terminated.
--
>> drivers/clk/qcom/lcc-mdm9615.c:26:48: fatal error: dt-bindings/clock/qcom,lcc-mdm9615.h: No such file or directory
    #include <dt-bindings/clock/qcom,lcc-mdm9615.h>
                                                   ^
   compilation terminated.

vim +27 drivers/clk/qcom/gcc-mdm9615.c

    21	#include <linux/of.h>
    22	#include <linux/of_device.h>
    23	#include <linux/clk-provider.h>
    24	#include <linux/regmap.h>
    25	#include <linux/reset-controller.h>
    26	
  > 27	#include <dt-bindings/clock/qcom,gcc-mdm9615.h>
    28	#include <dt-bindings/reset/qcom,gcc-mdm9615.h>
    29	
    30	#include "common.h"

---
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/octet-stream" (55054 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ