From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4AB05C28CC5 for ; Wed, 5 Jun 2019 18:34:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 3518C2075C for ; Wed, 5 Jun 2019 18:34:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726551AbfFESep (ORCPT ); Wed, 5 Jun 2019 14:34:45 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:37884 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726280AbfFESeo (ORCPT ); Wed, 5 Jun 2019 14:34:44 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::3d5]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id CA20B1510A33F; Wed, 5 Jun 2019 11:34:43 -0700 (PDT) Date: Wed, 05 Jun 2019 11:34:41 -0700 (PDT) Message-Id: <20190605.113441.1657641162705180640.davem@davemloft.net> To: sean.wang@mediatek.com Cc: rdunlap@infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, blogic@openwrt.org, nbd@openwrt.org, nelson.chang@mediatek.com, lkp@intel.com Subject: Re: [PATCH -next] net: ethernet: mediatek: fix mtk_eth_soc build errors & warnings From: David Miller In-Reply-To: <1559726369.9003.4.camel@mtkswgap22> References: <85d9fdd9-4b7f-6a51-b885-b3a43f199ec9@infradead.org> <1559726369.9003.4.camel@mtkswgap22> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Wed, 05 Jun 2019 11:34:44 -0700 (PDT) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org From: Sean Wang Date: Wed, 5 Jun 2019 17:19:29 +0800 > Thanks for your help. But it seems I've already made the same fixup > for the problem in > http://lists.infradead.org/pipermail/linux-mediatek/2019-June/020301.html > as soon as the kbuild test robot reported this. No, that's not how this works. You fix networking build fixes by sending the fix here to netdev. Randy submitted the fix properly, so I'm applying his patch to my tree.