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 21B94C7EE23 for ; Tue, 30 May 2023 17:16:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232417AbjE3RQB (ORCPT ); Tue, 30 May 2023 13:16:01 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47304 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230143AbjE3RP7 (ORCPT ); Tue, 30 May 2023 13:15:59 -0400 Received: from vps0.lunn.ch (vps0.lunn.ch [156.67.10.101]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8976198; Tue, 30 May 2023 10:15:57 -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=Y5litxN3gyJeHFGeMaTtqwxYqx5JbPyncdwNmEDY4KU=; b=CVH0HFffWk++s38eFUMzA37F0l g+OxRHSnHnbU9j4gFyOXNz4qsFYiG11+iHanP7bE06Whdeat8de8YKn0uv7JUBQToXFuIv+S5MphF VKWp3j7nNqHc1EHPo9cNH0PLqfxXcRZUtOLYXs4MSbc4Q10xDmgRbyOXfW9aQcUDbfMM=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1q42wp-00EMSD-Of; Tue, 30 May 2023 19:15:51 +0200 Date: Tue, 30 May 2023 19:15:51 +0200 From: Andrew Lunn To: Lukasz Majewski Cc: "Russell King (Oracle)" , Vivien Didelot , Florian Fainelli , Vladimir Oltean , "David S. Miller" , Jakub Kicinski , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC] net: dsa: slave: Advertise correct EEE capabilities at slave PHY setup Message-ID: References: <20230530122621.2142192-1-lukma@denx.de> <20230530160743.2c93a388@wsk> <20230530164025.7a6d6bbd@wsk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230530164025.7a6d6bbd@wsk> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > But as a result, don't expect EEE to actually work with any LTS > > kernel. > > Then, I think that it would be best to use the above "hack" until your > patch set is not reviewed and merged. After that, when customer will > mover forward with LTS kernel, I can test the EEE on the proper HW. Just to be clear, Since EEE never really worked, i doubt these patchset will fulfil the stable rules. They are not minimal fixes, but pretty much a re-write. So you will need to wait for the LTS released December 2023. Or you do your own backport. Andrew