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.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 CBA93C433E0 for ; Fri, 5 Mar 2021 10:30:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 708E264F6A for ; Fri, 5 Mar 2021 10:30:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229611AbhCEKaZ (ORCPT ); Fri, 5 Mar 2021 05:30:25 -0500 Received: from mail.kernel.org ([198.145.29.99]:55708 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229805AbhCEKaP (ORCPT ); Fri, 5 Mar 2021 05:30:15 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 0081064F5F; Fri, 5 Mar 2021 10:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1614940208; bh=YDvvFL3cI6/LYE8gxya57Hjtdll5eRILg43TuGqUT4I=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=n5I9sbqc4ZTOm3zoZx14rtxo0yykIfZmTNYN9IFr+Q9/HtpBjhflhZl6l6dDuDAWU hT/B+To3kpIEHVr/Yj7RU+EoaAlRa1Vuq9LqnmMOoQQaanzIf60caFFipQBf0hUU2D I3GzdNhVmzcXPuEYHxbCw4TJPmWPCzz41g0reJo0= Date: Fri, 5 Mar 2021 11:30:05 +0100 From: Greg KH To: Vinod Koul Cc: stable@vger.kernel.org, Linux Phy , Kishon Vijay Abraham I Subject: Re: Commits for 5.11 stable Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Mar 02, 2021 at 01:25:03PM +0100, Greg KH wrote: > On Tue, Mar 02, 2021 at 05:46:59PM +0530, Vinod Koul wrote: > > On 02-03-21, 11:41, Greg KH wrote: > > > On Tue, Mar 02, 2021 at 03:55:27PM +0530, Vinod Koul wrote: > > > > > > > > HI Greg, > > > > > > > > On 02-03-21, 11:02, Greg KH wrote: > > > > > On Tue, Mar 02, 2021 at 03:25:09PM +0530, Vinod Koul wrote: > > > > > > Hi Greg, > > > > > > > > > > > > Please include these commits for 5.11 stable series > > > > > > > > > > > > 9a8b9434c60f phy: mediatek: Add missing MODULE_DEVICE_TABLE() > > > > > > 25e3ee590f62 phy: phy-brcm-sata: remove unneeded semicolon > > > > > > 6b46e60a6943 phy: USB_LGM_PHY should depend on X86 > > > > > > 36acd5e24e30 phy: lantiq: rcu-usb2: wait after clock enable > > > > > > c188365402f6 phy: rockchip: emmc, add vendor prefix to dts properties > > > > > > 88d9f40c4b71 devicetree: phy: rockchip-emmc optional add vendor prefix > > > > > > aaf316de3bba phy: cpcap-usb: remove unneeded conversion to bool > > > > > > 39961bd6b70e phy: rockchip-emmc: emmc_phy_init() always return 0 > > > > > > > > > > Why take these? > > > > > > > > > > What problems do they solve? > > > > > > > > Sorry I should have provided the context. I had sent these as fixes for > > > > 5.11 but that was bit late so we merged it for 5.12 [1] > > > > > > I still do not have any context :( > > > > Please see the discussion we had in https://lore.kernel.org/lkml/20210210091249.GC2774@vkoul-mobl.Dlink/ > > All that means is that you felt some of these needed to go into 5.11 but > did not make it. That does not mean that all of the above qualifies for > stable backporting, correct? > > So can I have a list of ids, in the order in which they should be > applied, that you feel should go into 5.11, and any other older stable > releases? And again, not all of the above are relevant for stable kernels, and some have already been applied, so a list of needed patches would be most helpful here. thanks, greg k-h