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=-5.7 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS, USER_AGENT_MUTT autolearn=ham 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 CD568C43381 for ; Tue, 19 Feb 2019 05:39:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7C1DE21900 for ; Tue, 19 Feb 2019 05:39:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550554773; bh=iAneOUZfc01kGo/137vrkvFSMLts4+o/pPJxiO53Zh8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=X+flX0QBWMfvVM/Sq+B+m3U9LzxS1Jz/8ccsTRx3ZclIyjW2updqiMm6E23pM5y7Q YDinmvLHtzkvXEd1yfoJcUOdB/Q+fyzDLafFoS0Bg0GYmDFKhSx4pVKsl76E0Sv941 VJTo7ecHB1OO978Ijc5x1JO3eySUGWjw+qJdZlZ4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726067AbfBSFjc (ORCPT ); Tue, 19 Feb 2019 00:39:32 -0500 Received: from mail.kernel.org ([198.145.29.99]:42300 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725730AbfBSFjc (ORCPT ); Tue, 19 Feb 2019 00:39:32 -0500 Received: from localhost (unknown [106.200.226.2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 07843217D7; Tue, 19 Feb 2019 05:39:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550554771; bh=iAneOUZfc01kGo/137vrkvFSMLts4+o/pPJxiO53Zh8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DQT7bKzB86ZYEIv3myAUyoNlVflf8iXMJqgWzTJaPavI9NhzmbrPgFE6P60G8QA16 5NIbUrzca8qdMcSoeC4sOJrnZ6LTfFZv37zOyHETXnDHn8muhlN8Iq29BtBcp+S7Yi u+2xjGTt5MJrHmWMfwJ9z4rW7JZxRO1O/2yrgRQU= Date: Tue, 19 Feb 2019 11:09:23 +0530 From: Vinod Koul To: Sekhar Nori Cc: David Miller , linux-arm-msm@vger.kernel.org, bjorn.andersson@linaro.org, netdev@vger.kernel.org, niklas.cassel@linaro.org, andrew@lunn.ch, f.fainelli@gmail.com, peter.ujfalusi@ti.com, marc.w.gonzalez@free.fr Subject: Re: [PATCH v2 1/2] net: phy: at803x: dont inline helpers Message-ID: <20190219053923.GU21884@vkoul-mobl> References: <20190218101853.4290-1-vkoul@kernel.org> <20190218.162850.1254388175691397706.davem@davemloft.net> <20190219050227.GT21884@vkoul-mobl> <26c3046d-8b1c-e601-7cad-c9a7bc267033@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <26c3046d-8b1c-e601-7cad-c9a7bc267033@ti.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On 19-02-19, 11:05, Sekhar Nori wrote: > Hi Vinod, > > On 19/02/19 10:32 AM, Vinod Koul wrote: > > Hello Dave, > > > > On 18-02-19, 16:28, David Miller wrote: > >> From: Vinod Koul > >> Date: Mon, 18 Feb 2019 15:48:52 +0530 > >> > >>> Some helpers were inlined, but makes more sense to allow compiler > >>> to do the right optiomazations instead, so remove inline for > >>> at803x_disable_rx_delay() and at803x_disable_tx_delay() > >>> > >>> Signed-off-by: Vinod Koul > >> > >> Two problem with this patch series. > >> > >> 1) It fixes a bug in 'net' but the patches only apply cleanly to > >> 'net-next'. Please respin this against 'net'. > > > > I assume the 'net' is fixes going into current -rcX. This fixes issues > > reported on linux-next due to patches in net-next, so these fixes should > > go to net-next as well. > > net-next should be part of subject prefix in this case. See > Documentation/networking/netdev-FAQ.rst Thanks for the pointer Sekhar, will do :) -- ~Vinod