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 A38ECC77B75 for ; Wed, 3 May 2023 19:53:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229861AbjECTxY (ORCPT ); Wed, 3 May 2023 15:53:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229575AbjECTxW (ORCPT ); Wed, 3 May 2023 15:53:22 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4459D7DA8 for ; Wed, 3 May 2023 12:53:21 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D4E7662B0F for ; Wed, 3 May 2023 19:53:20 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7CAB0C433EF; Wed, 3 May 2023 19:53:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1683143600; bh=0I3e4pFHAwWmZCl912lq1j5YX6PdAVZ1kzVgFaQMHYM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FelllHbqr+zO+aNz+h65w44/rT4QxQVt/M9H2S4J5Jjf1vhZNRLjGvxmcDWNn2TKQ jfozuXowlOWjHaYkUluFfXbGv7c552ve7sy/CC+nZwAiWya56iGr7fyGuU/t0yobVH SIvkR3CpLK9WejWXRhx0kCzpi4KqueGcRaY7+tzDHUpGMMrk8p11pvSr1kJfeQEmSn XosydHc7dn3AosBOMNnqL/pBEVZoVOIvw439yluUiSYQejn6Jo2rI/GxewzYPVHZm4 HzFuNc8yzWNX9Js2wyq+Uxm8qFOOzzNj03606yBeJ4R/Q1WAwBlazuAg5/hRRh+31H 6uY/HVrBk0Jmw== Date: Wed, 3 May 2023 21:53:13 +0200 From: Simon Horman To: Andrew Lunn Cc: Shenwei Wang , Wei Fang , "David S. Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Clark Wang , dl-linux-imx , Alexei Starovoitov , Daniel Borkmann , Jesper Dangaard Brouer , John Fastabend , Alexander Lobakin , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "imx@lists.linux.dev" Subject: Re: [EXT] Re: [PATCH v2 net 2/2] net: fec: restructuring the functions to avoid forward declarations Message-ID: References: <20230502220818.691444-1-shenwei.wang@nxp.com> <20230502220818.691444-2-shenwei.wang@nxp.com> <6dff0a5b-c74b-4516-8461-26fcd5d615f3@lunn.ch> <48d0de18-942e-4a1a-9774-792fe16db6c1@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48d0de18-942e-4a1a-9774-792fe16db6c1@lunn.ch> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, May 03, 2023 at 09:40:30PM +0200, Andrew Lunn wrote: > > Hi Simon, > > > > I'm a bit confused. > > > > Are you suggesting that I submit the following restructuring patch for 'net' at this time? > > [PATCH v2 net 2/2] net: fec: restructuring the functions to avoid forward declarations > > > > Thanks, > > Shenwei > > Submit the fix to 'net'. But only the fix. Yes, that is what I meant. > Once a week, net gets merged to net-next, so the fix will also appear > in net-next. You can then do the cleanup in net-next.