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] [day] [month] [year] [list]
Message-ID: <201510150258.1E4bvD0F%fengguang.wu@intel.com>
Date:	Thu, 15 Oct 2015 02:29:06 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Luis de Bethencourt <luisbg@....samsung.com>
Cc:	kbuild-all@...org, linux-kernel@...r.kernel.org,
	rui.zhang@...el.com, edubezval@...il.com, linux-pm@...r.kernel.org,
	javier@....samsung.com,
	Luis de Bethencourt <luisbg@....samsung.com>
Subject: Re: [PATCH] thermal: kconfig: When possible, compile drivers with
 COMPILE_TEST

Hi Luis,

[auto build test ERROR on thermal/next -- if it's inappropriate base, please suggest rules for selecting the more suitable base]

url:    https://github.com/0day-ci/linux/commits/Luis-de-Bethencourt/thermal-kconfig-When-possible-compile-drivers-with-COMPILE_TEST/20151015-001830
config: arm64-allmodconfig (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=arm64 

All errors (new ones prefixed by >>):

>> drivers/thermal/intel_quark_dts_thermal.c:64:31: fatal error: asm/cpu_device_id.h: No such file or directory
    #include <asm/cpu_device_id.h>
                                  ^
   compilation terminated.

vim +64 drivers/thermal/intel_quark_dts_thermal.c

8c187693 Ong, Boon Leong 2015-04-15  48   * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
8c187693 Ong, Boon Leong 2015-04-15  49   * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
8c187693 Ong, Boon Leong 2015-04-15  50   * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
8c187693 Ong, Boon Leong 2015-04-15  51   * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
8c187693 Ong, Boon Leong 2015-04-15  52   * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
8c187693 Ong, Boon Leong 2015-04-15  53   *
8c187693 Ong, Boon Leong 2015-04-15  54   * Quark DTS thermal driver is implemented by referencing
8c187693 Ong, Boon Leong 2015-04-15  55   * intel_soc_dts_thermal.c.
8c187693 Ong, Boon Leong 2015-04-15  56   */
8c187693 Ong, Boon Leong 2015-04-15  57  
8c187693 Ong, Boon Leong 2015-04-15  58  #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
8c187693 Ong, Boon Leong 2015-04-15  59  
8c187693 Ong, Boon Leong 2015-04-15  60  #include <linux/module.h>
8c187693 Ong, Boon Leong 2015-04-15  61  #include <linux/slab.h>
8c187693 Ong, Boon Leong 2015-04-15  62  #include <linux/interrupt.h>
8c187693 Ong, Boon Leong 2015-04-15  63  #include <linux/thermal.h>
8c187693 Ong, Boon Leong 2015-04-15 @64  #include <asm/cpu_device_id.h>
8c187693 Ong, Boon Leong 2015-04-15  65  #include <asm/iosf_mbi.h>
8c187693 Ong, Boon Leong 2015-04-15  66  
8c187693 Ong, Boon Leong 2015-04-15  67  #define X86_FAMILY_QUARK	0x5
8c187693 Ong, Boon Leong 2015-04-15  68  #define X86_MODEL_QUARK_X1000	0x9
8c187693 Ong, Boon Leong 2015-04-15  69  
8c187693 Ong, Boon Leong 2015-04-15  70  /* DTS reset is programmed via QRK_MBI_UNIT_SOC */
8c187693 Ong, Boon Leong 2015-04-15  71  #define QRK_DTS_REG_OFFSET_RESET	0x34
8c187693 Ong, Boon Leong 2015-04-15  72  #define QRK_DTS_RESET_BIT		BIT(0)

:::::: The code at line 64 was first introduced by commit
:::::: 8c1876939663191b5044807230fa295f35462215 thermal: intel Quark SoC X1000 DTS thermal driver

:::::: TO: Ong, Boon Leong <boon.leong.ong@...el.com>
:::::: CC: Zhang Rui <rui.zhang@...el.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/octet-stream" (45554 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ