Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754138AbbLJEBt (ORCPT ); Wed, 9 Dec 2015 23:01:49 -0500 Received: from mail-wm0-f54.google.com ([74.125.82.54]:38624 "EHLO mail-wm0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752509AbbLJEBp (ORCPT ); Wed, 9 Dec 2015 23:01:45 -0500 MIME-Version: 1.0 In-Reply-To: <201512100349.fX57FR9Z%fengguang.wu@intel.com> References: <1449683969-7305-13-git-send-email-ddecotig@gmail.com> <201512100349.fX57FR9Z%fengguang.wu@intel.com> From: David Decotigny Date: Wed, 9 Dec 2015 20:01:24 -0800 X-Google-Sender-Auth: RC52sMpXPxYOO91-RdnSv0_qUU4 Message-ID: Subject: Re: [PATCH net-next v4 12/19] net: fcoe: use __ethtool_get_ksettings To: kbuild test robot Cc: kbuild-all@01.org, "David S. Miller" , Ben Hutchings , "linux-kernel@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-api@vger.kernel.org" , linux-mips@linux-mips.org, fcoe-devel@open-fcoe.org, Andrew Morton , Tejun Heo , Eric Dumazet , Eugenia Emantayev , Or Gerlitz , Ido Shamay , Joe Perches , Saeed Mahameed , Govindarajulu Varadarajan <_govind@gmx.com>, Venkata Duvvuru , Jeff Kirsher , Pravin B Shelar , Ed Swierk , Robert Love , "James E.J. Bottomley" , Yuval Mintz , Rasmus Villemoes Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2644 Lines: 51 apologies, forgot to make allyesconfig/allmodconfig this time. Fixed in my local copy. Will be part of v5 after other feedback on this v4. On Wed, Dec 9, 2015 at 11:18 AM, kbuild test robot wrote: > Hi David, > > [auto build test ERROR on net-next/master] > > url: https://github.com/0day-ci/linux/commits/David-Decotigny/RFC-new-ETHTOOL_GSETTINGS-SSETTINGS-API/20151210-022123 > config: i386-randconfig-b0-12100240 (attached as .config) > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > > All errors (new ones prefixed by >>): > > drivers/scsi/fcoe/fcoe_transport.c: In function 'fcoe_link_speed_update': >>> drivers/scsi/fcoe/fcoe_transport.c:104:32: error: request for member 'mask' in something not a structure or union > if (ecmd.link_modes.supported.mask[0] & ( > ^ > drivers/scsi/fcoe/fcoe_transport.c:110:32: error: request for member 'mask' in something not a structure or union > if (ecmd.link_modes.supported.mask[0] & ( > ^ > drivers/scsi/fcoe/fcoe_transport.c:117:32: error: request for member 'mask' in something not a structure or union > if (ecmd.link_modes.supported.mask[0] & ( > ^ > drivers/scsi/fcoe/fcoe_transport.c:122:32: error: request for member 'mask' in something not a structure or union > if (ecmd.link_modes.supported.mask[0] & ( > ^ > > vim +/mask +104 drivers/scsi/fcoe/fcoe_transport.c > > 98 if (!__ethtool_get_ksettings(netdev, &ecmd)) { > 99 lport->link_supported_speeds &= ~(FC_PORTSPEED_1GBIT | > 100 FC_PORTSPEED_10GBIT | > 101 FC_PORTSPEED_20GBIT | > 102 FC_PORTSPEED_40GBIT); > 103 > > 104 if (ecmd.link_modes.supported.mask[0] & ( > 105 SUPPORTED_1000baseT_Half | > 106 SUPPORTED_1000baseT_Full | > 107 SUPPORTED_1000baseKX_Full)) > > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/