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=-6.0 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 58111C433B4 for ; Tue, 13 Apr 2021 16:43:14 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2E6A96135C for ; Tue, 13 Apr 2021 16:43:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242036AbhDMQn3 (ORCPT ); Tue, 13 Apr 2021 12:43:29 -0400 Received: from mail.kernel.org ([198.145.29.99]:53518 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232225AbhDMQn0 (ORCPT ); Tue, 13 Apr 2021 12:43:26 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 9620161220; Tue, 13 Apr 2021 16:43:06 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1618332187; bh=QntS6MZwyM28FnKNkD/ozfcWOoLMRW7u7VvAEFp3aIo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=XJTzOvqgnzMYjpdP8e9cHhqvLOcKnDT5nJ7yduhJ0VUEZAvB+2QObDqzTunoa+AES gaJ88RO4dC4+VZEwaHH1C1n4I/iPTpv3wOyvmY6PA4KQ12TLbCX371eiG3keMKCpXT Bg/InHsYEpoWNBy4MBGtHKled6lGh6dro53yfad2NiyRYaJACdNtLm/Cx32tpc9hBM DDmCvlQpbvs0bcRHq4lFpMi8SIgBypIJh87fWc65d/BHgV716LvsoVHNcjgPkAVeMP HlCdYU/YlGrM+2+KmeUX6WWRdf4e8JPwTifNyLbsRQnzPlvuY21PKKyLvy6fpEF8o6 c1WEuIbO7fKWg== Date: Tue, 13 Apr 2021 09:43:05 -0700 From: Jakub Kicinski To: Thierry Reding Cc: "David S. Miller" , Joakim Zhang , Jon Hunter , Giuseppe Cavallaro , Alexandre Torgue , Jose Abreu , "netdev@vger.kernel.org" , Linux Kernel Mailing List , linux-tegra Subject: Re: Regression v5.12-rc3: net: stmmac: re-init rx buffers when mac resume back Message-ID: <20210413094305.008854c5@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> In-Reply-To: References: <8e92b562-fa8f-0a2b-d8da-525ee52fc2d4@nvidia.com> <85f02fbc-6956-2b19-1779-cd51b2e71e3d@nvidia.com> <563db756-ebef-6c8b-ce7c-9dcadaecfea1@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Tue, 13 Apr 2021 18:06:39 +0200 Thierry Reding wrote: > given where we are in the release cycle, I think it'd be best to revert > commit 9c63faaa931e ("net: stmmac: re-init rx buffers when mac resume > back") for now. > > To summarize the discussion: the patch was meant as a workaround to fix > an occasional suspend/resume failure on one board that was not fully > root caused, and ends up causing fully reproducible suspend/resume > failures on at least one other board. > > Joakim is looking at an alternative solution and Jon and I can provide > testing from the Tegra side for any fixes. > > Do you want me to send a revert patch or can you revert directly on top > of your tree? Please send a revert with the justification in the commit log, and perhaps also: Link: https://lore.kernel.org/r/708edb92-a5df-ecc4-3126-5ab36707e275@nvidia.com/ for those who want to dig deeper in the history. Make sure you CC relevant folks so they can review and express their opinions. Thanks!