From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756559AbeASWhc (ORCPT ); Fri, 19 Jan 2018 17:37:32 -0500 Received: from mail-qt0-f193.google.com ([209.85.216.193]:34731 "EHLO mail-qt0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932582AbeASWhZ (ORCPT ); Fri, 19 Jan 2018 17:37:25 -0500 X-Google-Smtp-Source: AH8x224GY+7GbX06EJMTBP+ilDqPfvurf1ZNFCEkYI+OGk8eF24l7bYqsu4dBI0t4yHF3II0ma7yCg== Subject: Re: [PATCH net-next] net: stmmac: Fix reception of Broadcom switches tags To: kbuild test robot Cc: kbuild-all@01.org, netdev@vger.kernel.org, andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, Giuseppe Cavallaro , Alexandre Torgue , Maxime Ripard , Chen-Yu Tsai , open list , "moderated list:ARM/Allwinner sunXi SoC support" References: <20180116232545.22054-1-f.fainelli@gmail.com> <201801200543.cKHnq3PE%fengguang.wu@intel.com> From: Florian Fainelli Message-ID: <1fc8e687-882c-3700-02e2-cfc10fca95dc@gmail.com> Date: Fri, 19 Jan 2018 14:37:11 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 MIME-Version: 1.0 In-Reply-To: <201801200543.cKHnq3PE%fengguang.wu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/19/2018 02:06 PM, kbuild test robot wrote: > Hi Florian, > > I love your patch! Perhaps something to improve: > > [auto build test WARNING on net-next/master] > > url: https://github.com/0day-ci/linux/commits/Florian-Fainelli/net-stmmac-Fix-reception-of-Broadcom-switches-tags/20180120-044006 > config: x86_64-randconfig-x002-201802 (attached as .config) > compiler: gcc-7 (Debian 7.2.0-12) 7.2.1 20171025 > reproduce: > # save the attached .config to linux build tree > make ARCH=x86_64 > > All warnings (new ones prefixed by >>): > > In file included from include/asm-generic/bug.h:5:0, > from arch/x86/include/asm/bug.h:82, > from include/linux/bug.h:5, > from include/linux/mmdebug.h:5, > from include/linux/gfp.h:5, > from include/linux/slab.h:15, > from drivers/net//ethernet/stmicro/stmmac/dwmac4_core.c:17: > drivers/net//ethernet/stmicro/stmmac/dwmac4_core.c: In function 'dwmac4_core_init': > drivers/net//ethernet/stmicro/stmmac/dwmac4_core.c:36:6: error: implicit declaration of function 'netdev_uses_dsa'; did you mean 'netdev_reset_tc'? [-Werror=implicit-function-declaration] > if (netdev_uses_dsa(dev)) This was fixed in v2 that David applied, thanks! -- Florian