[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <201701051900.bwsFLiPh%fengguang.wu@intel.com>
Date: Thu, 5 Jan 2017 19:46:23 +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: i386-randconfig-x005-201701 (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
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'; did you mean 'mbox_lock'?
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" (37536 bytes)
Powered by blists - more mailing lists