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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECA86C43334 for ; Thu, 23 Jun 2022 19:19:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229964AbiFWTTL (ORCPT ); Thu, 23 Jun 2022 15:19:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34754 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229646AbiFWTSx (ORCPT ); Thu, 23 Jun 2022 15:18:53 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [185.16.172.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 32F0AC3E90; Thu, 23 Jun 2022 11:24:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=NV3fzrvLUTeIsatJ8ynzmADBs8FW3qodOLoqKRksmx8=; b=36QFTjRIYmPHNLwBxEGQFDrnkF uo64DOdpm3IOCba5T8ogDGf4EmxCI7KDRDH30zJsUlr3hvStXshfS3NlPptM22myzC4yG5VpALAzm Gw7u7f7ylVoDo7rBOkm6NuZJ/PyPdRfv52J3acTf4hnxQeLSh3hNBWAnVhpd1YYRnzTY=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1o4RV4-007zf6-8p; Thu, 23 Jun 2022 20:24:18 +0200 Date: Thu, 23 Jun 2022 20:24:18 +0200 From: Andrew Lunn To: Enguerrand de Ribaucourt Cc: davem@davemloft.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux@armlinux.org.uk, hkallweit1@gmail.com Subject: Re: [PATCH v3 0/2] net: dp83822: fix interrupt floods Message-ID: References: <20220623134645.1858361-1-enguerrand.de-ribaucourt@savoirfairelinux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220623134645.1858361-1-enguerrand.de-ribaucourt@savoirfairelinux.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 23, 2022 at 03:46:43PM +0200, Enguerrand de Ribaucourt wrote: > The false carrier and RX error counters, once half full, produce interrupt > floods. Since we do not use these counters, these interrupts should be disabled. > > v2: added Fixes: and patchset description 0/2 > v3: Fixed Fixes: commit format > > In-Reply-To: YqzAKguRaxr74oXh@lunn.ch > Reviewed-by: Andrew Lunn > Fixes: 87461f7a58ab ("net: phy: DP83822 initial driver submission") It is maybe only part of the netdev FAQ, but it states there, don't post new versions of the patches in less than 24 hours. You need to give people time to review the changes and make comments. It is correct to append a Reviewed-by, but it should only be to the patch which was actually reviewed. So please add my Reviewed-by to just patch 1/2. The Fixes should also be on each individual patch, not the 0/X patch, since that often gets lost in the noise. Andrew