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
.config.gz
Description: application/gzip