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, 5 Jan 2017 20:22:40 +0800
From:   kbuild test robot <lkp@...el.com>
To:     Hariprasad Shenai <hariprasad@...lsio.com>
Cc:     kbuild-all@...org, netdev@...r.kernel.org, davem@...emloft.net,
        leedom@...lsio.com, nirranjan@...lsio.com, ganeshgr@...lsio.com,
        Hariprasad Shenai <hariprasad@...lsio.com>
Subject: Re: [PATCH net-next] cxgb4: Synchronize access to mailbox

Hi Hariprasad,

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

url:    https://github.com/0day-ci/linux/commits/Hariprasad-Shenai/cxgb4-Synchronize-access-to-mailbox/20170105-193032
config: xtensa-allmodconfig (attached as .config)
compiler: xtensa-linux-gcc (GCC) 4.9.0
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=xtensa 

All errors (new ones prefixed by >>):

   drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c: In function 'init_one':
>> drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c:4712:25: error: 'struct adapter' has no member named 'mbox_list'
     INIT_LIST_HEAD(&adapter->mbox_list.list);
                            ^

vim +4712 drivers/net/ethernet/chelsio/cxgb4/cxgb4_main.c

  4706	
  4707		spin_lock_init(&adapter->stats_lock);
  4708		spin_lock_init(&adapter->tid_release_lock);
  4709		spin_lock_init(&adapter->win0_lock);
  4710		spin_lock_init(&adapter->mbox_lock);
  4711	
> 4712		INIT_LIST_HEAD(&adapter->mbox_list.list);
  4713	
  4714		INIT_WORK(&adapter->tid_release_task, process_tid_release_list);
  4715		INIT_WORK(&adapter->db_full_task, process_db_full);

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ