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]
Message-ID: <201911211200.tYLwBcQY%lkp@intel.com>
Date:   Thu, 21 Nov 2019 12:55:46 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Tali Perry <tali.perry1@...il.com>
Cc:     kbuild-all@...ts.01.org, robh+dt@...nel.org, mark.rutland@....com,
        yuenn@...gle.com, venture@...gle.com, benjaminfair@...gle.com,
        avifishman70@...il.com, joel@....id.au, tmaimon77@...il.com,
        wsa@...-dreams.de, syniurge@...il.com, linux-i2c@...r.kernel.org,
        openbmc@...ts.ozlabs.org, devicetree@...r.kernel.org,
        linux-kernel@...r.kernel.org, Tali Perry <tali.perry1@...il.com>
Subject: Re: [PATCH v6 2/2] i2c: npcm: Add Nuvoton NPCM I2C controller driver

Hi Tali,

I love your patch! Yet something to improve:

[auto build test ERROR on wsa/i2c/for-next]
[also build test ERROR on v5.4-rc8 next-20191120]
[if your patch is applied to the wrong git tree, please drop us a note to help
improve the system. BTW, we also suggest to use '--base' option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]

url:    https://github.com/0day-ci/linux/commits/Tali-Perry/i2c-npcm-add-NPCM-i2c-controller-driver/20191120-214502
base:   https://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git i2c/for-next
config: arm-allmodconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (GCC) 7.4.0
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        # save the attached .config to linux build tree
        GCC_VERSION=7.4.0 make.cross ARCH=arm 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@...el.com>

All errors (new ones prefixed by >>):

>> drivers/i2c/busses/i2c-npcm7xx.c:9:10: fatal error: linux/clk/nuvoton.h: No such file or directory
    #include <linux/clk/nuvoton.h>
             ^~~~~~~~~~~~~~~~~~~~~
   compilation terminated.

vim +9 drivers/i2c/busses/i2c-npcm7xx.c

   > 9	#include <linux/clk/nuvoton.h>
    10	#include <linux/errno.h>
    11	#include <linux/i2c.h>
    12	#include <linux/interrupt.h>
    13	#include <linux/irq.h>
    14	#include <linux/kernel.h>
    15	#include <linux/mfd/syscon.h>
    16	#include <linux/module.h>
    17	#include <linux/of.h>
    18	#include <linux/platform_device.h>
    19	#include <linux/regmap.h>
    20	#include <linux/jiffies.h>
    21	

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

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ