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 30E82E7C4C8 for ; Wed, 4 Oct 2023 14:50:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242663AbjJDOu5 (ORCPT ); Wed, 4 Oct 2023 10:50:57 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37738 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233270AbjJDOuz (ORCPT ); Wed, 4 Oct 2023 10:50:55 -0400 Received: from mailo.com (msg-4.mailo.com [213.182.54.15]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5230DB8; Wed, 4 Oct 2023 07:50:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=triplefau.lt; s=mailo; t=1696429806; bh=TedzwPwzm/uvapENYRqWPjouS2zTRkOVHGvUyrv0Vbg=; h=X-EA-Auth:Date:From:To:Cc:Subject:Message-ID:References: MIME-Version:Content-Type:In-Reply-To; b=rpv5KxdgDOusiTO9ZZC61winbmtp7SfZHExdR2ZIYw9LCALQbncIIkuHmpH/5sg/I 1TnE238b7YHEyy1YvC/GqBrZmOaafysjte8Cu1hVsWgSgB/VOkJotvsfjx2zOUjdIe NstFlxLnKmF3GoJGXXUCeXN9lTgX50Au+YqODEo4= Received: by b221-2.in.mailobj.net [192.168.90.22] with ESMTP via ip-20.mailobj.net [213.182.54.20] Wed, 4 Oct 2023 16:30:05 +0200 (CEST) X-EA-Auth: FZCFa3GRQPbutha7o0M0ykDKPqM2F0qO6GzRNQf8jrVWg2fNZYwzAaVwjbw+R+Ys40IIDryL2fxYpvG/N0MKlGn1EYhErdyE2yIID/PZCJM= Date: Wed, 4 Oct 2023 16:29:06 +0200 From: Remi Pommarel To: Jakub Kicinski Cc: Paolo Abeni , Alexandre Torgue , Jose Abreu , "David S. Miller" , Eric Dumazet , Maxime Coquelin , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH net v2] net: stmmac: remove unneeded stmmac_poll_controller Message-ID: References: <20230906091330.6817-1-repk@triplefau.lt> <626de62327fa25706ab1aaab32d7ba3a93ab26e4.camel@redhat.com> <20231002133759.133d8a97@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231002133759.133d8a97@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Oct 02, 2023 at 01:37:59PM -0700, Jakub Kicinski wrote: > On Tue, 26 Sep 2023 11:47:56 +0200 Remi Pommarel wrote: > > > I'm sorry for the incremental feedback, but we also need a suitable > > > Fixes tag, thanks! > > > > I didn't include Fixes tag because it would go back up to the initial > > driver support commit [0]. I can't be sure that this commit includes > > necessary NAPI implementation to be able to get rid of > > .ndo_poll_controller callback back then. And I am not able to test it on > > older version than 5.15.x hence I only included the 5.15.x Cc tag > > version prerequisite. > > > > But I surely can add a Fixed tag if it is ok for it to be [0]. > > > > Also sorry for the long replying delay. > > > > [0] commit 47dd7a540b8a ("net: add support for STMicroelectronics Ethernet controllers") > > AFAIU the Fixes tag only indicates where the bug was present, > no guarantees on whether the fix can be backported as far back. > IOW I think [0] as Fixes tag will be perfectly correct, please > repost with it included? Ok that makes sense, thanks. Will resend with Fixes tag. -- Remi