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:   Sun, 28 May 2017 23:58:28 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Yuval Mintz <Yuval.Mintz@...ium.com>
Cc:     kbuild-all@...org, davem@...emloft.net, netdev@...r.kernel.org,
        Sudarsana Reddy Kalluru <Sudarsana.Kalluru@...ium.com>,
        Yuval Mintz <Yuval.Mintz@...ium.com>
Subject: Re: [PATCH net-next 02/10] qed: Correct DCBx update scheme

Hi Sudarsana,

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

url:    https://github.com/0day-ci/linux/commits/Yuval-Mintz/qed-DCBx-and-Attentions-series/20170528-232748
config: i386-randconfig-x072-05281806 (attached as .config)
compiler: gcc-6 (Debian 6.2.0-3) 6.2.0 20160901
reproduce:
        # save the attached .config to linux build tree
        make ARCH=i386 

Note: the linux-review/Yuval-Mintz/qed-DCBx-and-Attentions-series/20170528-232748 HEAD 298544d8c8c2a0cfc79d2c73bb877b1a0644900a builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

   drivers/net//ethernet/qlogic/qed/qed_dcbx.c: In function 'qed_dcbx_process_tlv':
>> drivers/net//ethernet/qlogic/qed/qed_dcbx.c:320:3: error: too many arguments to function 'qed_dcbx_update_app_info'
      qed_dcbx_update_app_info(p_data, p_hwfn, true, true,
      ^~~~~~~~~~~~~~~~~~~~~~~~
   drivers/net//ethernet/qlogic/qed/qed_dcbx.c:215:1: note: declared here
    qed_dcbx_update_app_info(struct qed_dcbx_results *p_data,
    ^~~~~~~~~~~~~~~~~~~~~~~~

vim +/qed_dcbx_update_app_info +320 drivers/net//ethernet/qlogic/qed/qed_dcbx.c

39651abd Sudarsana Reddy Kalluru 2016-05-17  314  	 * data for RoCE-v2 not the default app data.
39651abd Sudarsana Reddy Kalluru 2016-05-17  315  	 */
39651abd Sudarsana Reddy Kalluru 2016-05-17  316  	if (!p_data->arr[DCBX_PROTOCOL_ROCE_V2].update &&
39651abd Sudarsana Reddy Kalluru 2016-05-17  317  	    p_data->arr[DCBX_PROTOCOL_ROCE].update) {
39651abd Sudarsana Reddy Kalluru 2016-05-17  318  		tc = p_data->arr[DCBX_PROTOCOL_ROCE].tc;
39651abd Sudarsana Reddy Kalluru 2016-05-17  319  		priority = p_data->arr[DCBX_PROTOCOL_ROCE].priority;
39651abd Sudarsana Reddy Kalluru 2016-05-17 @320  		qed_dcbx_update_app_info(p_data, p_hwfn, true, true,
39651abd Sudarsana Reddy Kalluru 2016-05-17  321  					 priority, tc, DCBX_PROTOCOL_ROCE_V2);
39651abd Sudarsana Reddy Kalluru 2016-05-17  322  	}
39651abd Sudarsana Reddy Kalluru 2016-05-17  323  

:::::: The code at line 320 was first introduced by commit
:::::: 39651abd28146fff2bfac63d68a7a56250a4aead qed: add support for dcbx.

:::::: TO: Sudarsana Reddy Kalluru <sudarsana.kalluru@...gic.com>
:::::: CC: David S. Miller <davem@...emloft.net>

---
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/gzip" (32506 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ