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=-4.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 27D23C5519F for ; Sat, 14 Nov 2020 10:10:09 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AD2C222252 for ; Sat, 14 Nov 2020 10:10:08 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="xgPkVY5Z" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726711AbgKNKKH (ORCPT ); Sat, 14 Nov 2020 05:10:07 -0500 Received: from mail.kernel.org ([198.145.29.99]:38414 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726495AbgKNKKH (ORCPT ); Sat, 14 Nov 2020 05:10:07 -0500 Received: from mail-ot1-f50.google.com (mail-ot1-f50.google.com [209.85.210.50]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1FDC122252 for ; Sat, 14 Nov 2020 10:10:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605348606; bh=mmBAQMv+Xl0Tz2Qi2wx/HBpfiieSydKH4Z2N2ZOrCc8=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=xgPkVY5Z5aJ0k8fkJ106D8BPSfDwx5Co5bKsVDmjDRYhxjtvW9CjiyB+W6OYHdkSo CxgyOHB1M4nhaeZq60sE0oFqo+epL5kxnsmcjF8JsyFRiAYnbfwTvt8ne+h8s3uZmo T90u4eszseUBreB3k2KWlnSQpPbTz9TPEtN0alJQ= Received: by mail-ot1-f50.google.com with SMTP id h16so7145680otq.9 for ; Sat, 14 Nov 2020 02:10:06 -0800 (PST) X-Gm-Message-State: AOAM531/JCJw1K1D3W6FbbuqS4hkUfRWDJvQxUlg82bpCTrgAYBWhEEw MbQkSVc/r65jCCgROX3lOzlnZWCyYQyulG7zp8U= X-Google-Smtp-Source: ABdhPJyJA+Ax27ZHfsWC/evCiNOdXxEwDiIKBAgnnh7vQhbkKT7yRxALW3GRHAtJqW+HgYtO7mhPyzR9GDaBLMYKwxM= X-Received: by 2002:a9d:62c1:: with SMTP id z1mr4365539otk.108.1605348605365; Sat, 14 Nov 2020 02:10:05 -0800 (PST) MIME-Version: 1.0 References: <20201029143934.GO878328@lunn.ch> <20201029144644.GA70799@apalos.home> <2697795.ZkNf1YqPoC@kista> <20201113144401.GM1456319@lunn.ch> <20201113165625.GN1456319@lunn.ch> <20201113224301.GU1480543@lunn.ch> <20201114004002.GV1480543@lunn.ch> In-Reply-To: <20201114004002.GV1480543@lunn.ch> From: Ard Biesheuvel Date: Sat, 14 Nov 2020 11:09:53 +0100 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: Re: realtek PHY commit bbc4d71d63549 causes regression To: Andrew Lunn Cc: Arnd Bergmann , =?UTF-8?Q?Jernej_=C5=A0krabec?= , Daniel Thompson , Sumit Garg , =?UTF-8?B?QWxleCBCZW5uw6ll?= , Masami Hiramatsu , Steve McIntyre , "open list:BPF JIT for MIPS (32-BIT AND 64-BIT)" , Willy Liu , "David S. Miller" , Jakub Kicinski , Sasha Levin , Florian Fainelli , Heiner Kallweit , Masahisa Kojima , Ilias Apalodimas Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 14 Nov 2020 at 01:40, Andrew Lunn wrote: > > > One question that still has not been answered is how many actual > > platforms were fixed by backporting Realtek's follow up fix to > > -stable. My suspicion is none. That by itself should be enough > > justification to revert the backport of that change. > > I think i've already said that would be a good idea. It makes the > problem less critical. But the problem is still there, we are just > kicking the can down the road. I've not seen much activity actually > fixing the broken DT. So i suspect when we catch up with the can, we > will mostly still be in the same place. Actually, maybe worse, because > broken DTs have been copy/pasted for new boards? > I don't see how that matters. If the new board ships with a stable kernel, things should simply work as they did before. If the new board ships with a new kernel, things won't work in the first place, so it is unlikely to cause a regression in the field.