public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
From: kbuild test robot <lkp@intel.com>
To: Hariprasad Shenai <hariprasad@chelsio.com>
Cc: kbuild-all@01.org, netdev@vger.kernel.org, davem@davemloft.net,
	leedom@chelsio.com, nirranjan@chelsio.com, ganeshgr@chelsio.com,
	Hariprasad Shenai <hariprasad@chelsio.com>
Subject: Re: [PATCH net-next] cxgb4: Synchronize access to mailbox
Date: Thu, 5 Jan 2017 19:46:23 +0800	[thread overview]
Message-ID: <201701051900.bwsFLiPh%fengguang.wu@intel.com> (raw)
In-Reply-To: <1483595590-12932-1-git-send-email-hariprasad@chelsio.com>

[-- Attachment #1: Type: text/plain, Size: 1329 bytes --]

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

[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 37536 bytes --]

  reply	other threads:[~2017-01-05 11:49 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-05  5:53 [PATCH net-next] cxgb4: Synchronize access to mailbox Hariprasad Shenai
2017-01-05 11:46 ` kbuild test robot [this message]
2017-01-05 12:22 ` kbuild test robot
2017-01-05 16:05 ` David Miller
2017-01-06  3:08   ` Hariprasad S

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201701051900.bwsFLiPh%fengguang.wu@intel.com \
    --to=lkp@intel.com \
    --cc=davem@davemloft.net \
    --cc=ganeshgr@chelsio.com \
    --cc=hariprasad@chelsio.com \
    --cc=kbuild-all@01.org \
    --cc=leedom@chelsio.com \
    --cc=netdev@vger.kernel.org \
    --cc=nirranjan@chelsio.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox