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:	Thu, 11 Aug 2016 20:09:52 +0800
From:	kbuild test robot <lkp@...el.com>
To:	Dongpo Li <lidongpo@...ilicon.com>
Cc:	kbuild-all@...org, robh+dt@...nel.org, mark.rutland@....com,
	mturquette@...libre.com, sboyd@...eaurora.org,
	linux@...linux.org.uk, zhangfei.gao@...aro.org,
	yisen.zhuang@...wei.com, salil.mehta@...wei.com,
	davem@...emloft.net, arnd@...db.de, andrew@...n.ch,
	xuejiancheng@...ilicon.com, benjamin.chenhao@...ilicon.com,
	howell.yang@...ilicon.com, netdev@...r.kernel.org,
	devicetree@...r.kernel.org, linux-clk@...r.kernel.org,
	linux-kernel@...r.kernel.org, Dongpo Li <lidongpo@...ilicon.com>
Subject: Re: [PATCH 3/4] clk: hix5hd2: change ethernet clock type

Hi Dongpo,

[auto build test ERROR on robh/for-next]
[also build test ERROR on v4.8-rc1 next-20160811]
[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/Dongpo-Li/net-hix5hd2_gmac-add-tx-sg-feature-and-reset-clock-control-signals/20160811-170826
base:   https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-multi_v7_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 5.4.0-6) 5.4.0 20160609
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/clk/hisilicon/clk-hix5hd2.c: In function 'hix5hd2_clk_init':
>> drivers/clk/hisilicon/clk-hix5hd2.c:260:25: error: passing argument 1 of 'hisi_reset_init' from incompatible pointer type [-Werror=incompatible-pointer-types]
     rstc = hisi_reset_init(np);
                            ^
   In file included from drivers/clk/hisilicon/clk-hix5hd2.c:15:0:
   drivers/clk/hisilicon/reset.h:25:31: note: expected 'struct platform_device *' but argument is of type 'struct device_node *'
    struct hisi_reset_controller *hisi_reset_init(struct platform_device *pdev);
                                  ^
   cc1: some warnings being treated as errors

vim +/hisi_reset_init +260 drivers/clk/hisilicon/clk-hix5hd2.c

   254	
   255	static void __init hix5hd2_clk_init(struct device_node *np)
   256	{
   257		struct hisi_clock_data *clk_data;
   258		struct hisi_reset_controller *rstc;
   259	
 > 260		rstc = hisi_reset_init(np);
   261		if (!rstc)
   262			return;
   263	

---
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" (38529 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ