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:	Mon, 8 Aug 2016 12:19:23 +0530
From:	Keerthy <a0393675@...com>
To:	kbuild test robot <lkp@...el.com>, Keerthy <j-keerthy@...com>
CC:	<kbuild-all@...org>, <broonie@...nel.org>, <lee.jones@...aro.org>,
	<tony@...mide.com>, <linus.walleij@...aro.org>, <gnurou@...il.com>,
	<linux-omap@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
	<devicetree@...r.kernel.org>, <linux-gpio@...r.kernel.org>,
	<robh+dt@...nel.org>
Subject: Re: [PATCH v6 2/4] mfd: lp873x: Add lp873x PMIC support



On Monday 08 August 2016 11:56 AM, kbuild test robot wrote:
> Hi Keerthy,
>
> [auto build test ERROR on gpio/for-next]
> [also build test ERROR on v4.8-rc1 next-20160805]
> [cannot apply to ljones-mfd/for-mfd-next]
> [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/Keerthy/mfd-lp873x-Add-lp873x-PMIC-support/20160808-135204
> base:   https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git for-next
> config: i386-allmodconfig (attached as .config)
> compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705
> reproduce:
>          # save the attached .config to linux build tree
>          make ARCH=i386
>
> All errors (new ones prefixed by >>):
>
>>> drivers/mfd/lp873x.c:83:2: error: unknown field 'probe_new' specified in initializer
>       .probe_new  = lp873x_probe,
>       ^
>>> drivers/mfd/lp873x.c:83:16: error: initialization from incompatible pointer type [-Werror=incompatible-pointer-types]
>       .probe_new  = lp873x_probe,
>                     ^~~~~~~~~~~~
>     drivers/mfd/lp873x.c:83:16: note: (near initialization for 'lp873x_driver.id_table')
>     cc1: some warnings being treated as errors
>
> vim +/probe_new +83 drivers/mfd/lp873x.c
>
>      77	
>      78	static struct i2c_driver lp873x_driver = {
>      79		.driver		= {
>      80			.name	= "lp873x",
>      81			.of_match_table = of_lp873x_match_table,
>      82		},
>    > 83		.probe_new		= lp873x_probe,

Depends on: Rebased on top of 
http://www.gossamer-threads.com/lists/linux/kernel/2457552

As mentioned clearly.

>      84	};
>      85	module_i2c_driver(lp873x_driver);
>      86	
>
> ---
> 0-DAY kernel test infrastructure                Open Source Technology Center
> https://lists.01.org/pipermail/kbuild-all                   Intel Corporation
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ