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.1 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 9B21EC282C3 for ; Thu, 24 Jan 2019 04:17:27 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5E40021872 for ; Thu, 24 Jan 2019 04:17:27 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=gmail.com header.i=@gmail.com header.b="PQCJHGeA" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727225AbfAXER0 (ORCPT ); Wed, 23 Jan 2019 23:17:26 -0500 Received: from mail-pf1-f178.google.com ([209.85.210.178]:37290 "EHLO mail-pf1-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726313AbfAXERZ (ORCPT ); Wed, 23 Jan 2019 23:17:25 -0500 Received: by mail-pf1-f178.google.com with SMTP id y126so2333211pfb.4 for ; Wed, 23 Jan 2019 20:17:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:subject:message-id:date :cc:to; bh=fp8VfBwR/d72xKx5QgnyQTJ0kSJNZ/qMTVyT+sW+uus=; b=PQCJHGeAwSSqrsOLyt3ZhRXTSn2a47rWU2r4g6PEjjcXbjLoOD6ADMKMqof18cDqcf /QgfSeSbZGAAWawdBt5patd7jPpuxpvW3WIOttQg4Uvt6oMtQOlPFTCexlkn4mCWl8Tt +OoM3s1DEOxWgYPbg0Ng4FR0ypD8eA0LkaNb7nVVHYfVezkQCB4NJzJXThjdLO7NBYdl gSnvLwtmr1b5InzchY9KO5K+15L1g6/GlnJ+ubRS8LIRtnKMEi03esA+Q/IREKjanmnl zka16f6WDP5g0B5Qms/2T8CMiobc/mcGT0EvVTzL2qpbKRLtwPvZXM/p9gRHFK/LV6X3 RTAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:cc:to; bh=fp8VfBwR/d72xKx5QgnyQTJ0kSJNZ/qMTVyT+sW+uus=; b=oyWmiAu3S4qBtkKI8Qr40L3x0LTZo0OramKZC+R6So71wMMpJqioqkNAsrcPt/MOeY YoQLwPVRDL8FMsiOfXZmw2FDRJ5zny2Sx4kVeJbZqOn0p3oPli/SemTj88V5w3Up+kmK HeyKVxWJBrZ8fuLcwcQDCLSABlHM7DOuXIdbaMnb9gfomby0RMNcpu48HExqbDQuWJCy ZdPa86PmjcNw9t6Vt8WveoiY2l4t2QW3guEAOEa3BW1FcxkR4WzC5zQ2riMzdnkPQvrl Jc/jkKJO9StxgVLpL+YxgFLU6yIRjphxmiEDUdSL7NL7rHmZmhLN3uIrhDxOEVhTgIP1 k/Ow== X-Gm-Message-State: AJcUukcvRzIA8/M3N1f1NXNR+enEHd/4Dyv/Ok0UXeSfHcag2B1eDdK3 44Is9KZK593Qiz6whbh5hPo= X-Google-Smtp-Source: ALg8bN5YRuyvZBCfsf4sj5kftyq3t+iYxnuN9VJdOoUoYYrI77EqbV2dwjtnDQkmumybb1/AJqud9w== X-Received: by 2002:a63:295:: with SMTP id 143mr4420246pgc.362.1548303445134; Wed, 23 Jan 2019 20:17:25 -0800 (PST) Received: from [172.16.1.120] ([125.130.116.2]) by smtp.gmail.com with ESMTPSA id z62sm33746965pfl.33.2019.01.23.20.17.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 23 Jan 2019 20:17:24 -0800 (PST) From: Jaedon Shin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 12.2 \(3445.102.3\)) Subject: [BUG] The genet is not working Message-Id: <48F4FFA7-FA93-4EA8-B458-22CA314FD91E@gmail.com> Date: Thu, 24 Jan 2019 13:17:21 +0900 Cc: netdev@vger.kernel.org, Andrew Lunn , Heiner Kallweit To: Florian Fainelli , "David S. Miller" X-Mailer: Apple Mail (2.3445.102.3) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Hi, The genet of Broadcom MIPS 40nm platforms with internal PHY isn't = working after v4.20-rc1, but 28nm ARM platforms or external PHY is working. [ 1.064000] bcmgenet 10430000.ethernet: configuring instance for = internal PHY [ 1.068000] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready [ 1.196000] bcmgenet 10430000.ethernet eth0: Link is Down [ 11.076000] Waiting up to 110 more seconds for network. [ 21.088000] Waiting up to 100 more seconds for network. [ 31.100000] Waiting up to 90 more seconds for network. [ 41.112000] Waiting up to 80 more seconds for network. [ 51.124000] Waiting up to 70 more seconds for network. [ 61.136000] Waiting up to 60 more seconds for network. [ 71.148000] Waiting up to 50 more seconds for network. [ 81.160000] Waiting up to 40 more seconds for network. [ 91.172000] Waiting up to 30 more seconds for network. [ 101.184000] Waiting up to 20 more seconds for network. [ 111.196000] Waiting up to 10 more seconds for network. I tried bisecting for this between v4.19 and v4.20-rc1, I found a = problematic commit 6e2d85ec0559 ("net: phy: Stop with excessive soft reset"). Thanks, Jaedon=