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]
Date:	Tue, 19 Apr 2016 22:36:38 +0800
From:	kbuild test robot <lkp@...el.com>
To:	"K. Y. Srinivasan" <kys@...rosoft.com>
Cc:	kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
	linux-kernel@...r.kernel.org, devel@...uxdriverproject.org,
	olaf@...fle.de, apw@...onical.com, jasowang@...hat.com,
	eli@...lanox.com, jackm@...lanox.com, yevgenyp@...lanox.com,
	john.ronciak@...el.com, intel-wired-lan@...ts.osuosl.org,
	alexander.duyck@...il.com
Subject: Re: [PATCH net-next V3 2/2] intel: ixgbevf: Support Windows hosts
 (Hyper-V)

Hi,

[auto build test WARNING on net-next/master]

url:    https://github.com/0day-ci/linux/commits/K-Y-Srinivasan/ethernet-intel-Add-the-device-ID-s-presented-while-running-on-Hyper-V/20160419-221508
config: i386-randconfig-s0-201616 (attached as .config)
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

All warnings (new ones prefixed by >>):

   drivers/net/ethernet/intel/ixgbevf/vf.c: In function 'ixgbevf_hv_reset_hw_vf':
>> drivers/net/ethernet/intel/ixgbevf/vf.c:142:6: warning: unused variable 'i' [-Wunused-variable]
     int i;
         ^
>> drivers/net/ethernet/intel/ixgbevf/vf.c:141:26: warning: unused variable 'adapter' [-Wunused-variable]
     struct ixgbevf_adapter *adapter = hw->back;
                             ^

vim +/i +142 drivers/net/ethernet/intel/ixgbevf/vf.c

   135	/**
   136	 * Hyper-V variant; the VF/PF communication is through the PCI
   137	 * config space.
   138	 */
   139	static s32 ixgbevf_hv_reset_hw_vf(struct ixgbe_hw *hw)
   140	{
 > 141		struct ixgbevf_adapter *adapter = hw->back;
 > 142		int i;
   143	
   144	#if IS_ENABLED(CONFIG_PCI_MMCONFIG)
   145		for (i = 0; i < 6; i++)

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ