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, 1 Oct 2015 14:48:49 +0800
From:	kbuild test robot <lkp@...el.com>
To:	jon@...gle.org
Cc:	kbuild-all@...org, broonie@...nel.org, gregkh@...uxfoundation.org,
	linux-kernel@...r.kernel.org, netdev@...r.kernel.org,
	Jon Ringle <jringle@...dpoint.com>
Subject: Re: [PATCH 2/2] net: Microchip encx24j600 driver

Hi Jon,

[auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore]

config: i386-allmodconfig (attached as .config)
reproduce:
        git checkout abb68976e3057f70babddaf71802ed126d0297bc
        # save the attached .config to linux build tree
        make ARCH=i386 

All error/warnings (new ones prefixed by >>):

   drivers/net/ethernet/microchip/encx24j600.c: In function 'encx24j600_spi_probe':
>> drivers/net/ethernet/microchip/encx24j600.c:1063:2: error: implicit declaration of function 'SET_ETHTOOL_OPS' [-Werror=implicit-function-declaration]
     SET_ETHTOOL_OPS(ndev, &encx24j600_ethtool_ops);
     ^
   cc1: some warnings being treated as errors

vim +/SET_ETHTOOL_OPS +1063 drivers/net/ethernet/microchip/encx24j600.c

  1057			goto out_free;
  1058		}
  1059	
  1060		/* Get the MAC address from the chip */
  1061		encx24j600_hw_get_macaddr(priv, ndev->dev_addr);
  1062	
> 1063		SET_ETHTOOL_OPS(ndev, &encx24j600_ethtool_ops);
  1064	
  1065		ret = register_netdev(ndev);
  1066		if (unlikely(ret)) {

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ