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]
Date:	Thu, 29 Oct 2015 18:21:32 +0800
From:	kbuild test robot <lkp@...el.com>
To:	igal.liberman@...escale.com
Cc:	kbuild-all@...org, netdev@...r.kernel.org, pebolle@...cali.nl,
	linux-kernel@...r.kernel.org, ppc@...dchasers.com,
	stephen@...workplumber.org,
	Igal Liberman <igal.liberman@...escale.com>,
	scottwood@...escale.com, linuxppc-dev@...ts.ozlabs.org,
	davem@...emloft.net, madalin.bucur@...escale.com
Subject: Re: [v6, 6/6] fsl/fman: Add FMan MAC driver

Hi Igal,

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

url:    https://github.com/0day-ci/linux/commits/igal-liberman-freescale-com/Freescale-DPAA-FMan/20151028-205843
config: arm-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=arm 

All errors (new ones prefixed by >>):

   drivers/net/ethernet/freescale/fman/mac.c: In function 'mac_probe':
>> drivers/net/ethernet/freescale/fman/mac.c:804:3: error: implicit declaration of function 'out_be32' [-Werror=implicit-function-declaration]
      out_be32(priv->vaddr + TBIPA_OFFSET, tbiaddr);
      ^
   cc1: some warnings being treated as errors

vim +/out_be32 +804 drivers/net/ethernet/freescale/fman/mac.c

   798		if (tbi_node) {
   799			u32 tbiaddr = TBIPA_DEFAULT_ADDR;
   800	
   801			u32_prop = of_get_property(tbi_node, "reg", NULL);
   802			if (u32_prop)
   803				tbiaddr = *u32_prop;
 > 804			out_be32(priv->vaddr + TBIPA_OFFSET, tbiaddr);
   805		}
   806	
   807		if (!of_device_is_available(mac_node)) {

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ