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 55810EE4996 for ; Mon, 21 Aug 2023 15:37:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236413AbjHUPhK (ORCPT ); Mon, 21 Aug 2023 11:37:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49660 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236017AbjHUPhK (ORCPT ); Mon, 21 Aug 2023 11:37:10 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9C9DFF4 for ; Mon, 21 Aug 2023 08:37:08 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 3A7EB63C3B for ; Mon, 21 Aug 2023 15:37:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 44E74C433C8; Mon, 21 Aug 2023 15:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1692632227; bh=FQUSymhDeFg8wh9qYD3u3HSjTBAQXbKeKTjg7k9fhds=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=LZsRiNwksapACItJz38L7MbLUtupW0Un4F7vMMOa+DusiQb0rabDKfWVnAyHXoYhr BrrxR2cYIoyS56+0cQkUePjlkZGu09hE1PwEKpdlgudB4Pavtgszsl3Fd5IgaCVziB tHH6DE3GvokDxbjJqbXhGgFyuDMdahro7s6v+4F8= Date: Mon, 21 Aug 2023 17:37:04 +0200 From: Greg KH To: "Limonciello, Mario" Cc: Tim Huang , sashal@kernel.org, "stable@vger.kernel.org" , Alex Deucher Subject: Re: [PATCH 1/2] drm/amd/pm: skip the RLC stop when S0i3 suspend for SMU v13.0.4/11 Message-ID: <2023082101-diocese-likely-63c5@gregkh> References: <20230817134037.1535484-1-alexander.deucher@amd.com> <1337fb94-3a31-4aca-897d-8a59e7500dac@amd.com> <2023082112-matchbook-favoring-48cc@gregkh> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <2023082112-matchbook-favoring-48cc@gregkh> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Aug 21, 2023 at 02:56:41PM +0200, Greg KH wrote: > On Mon, Aug 21, 2023 at 07:15:53AM -0500, Limonciello, Mario wrote: > > > > > > On 8/17/2023 8:40 AM, Alex Deucher wrote: > > > From: Tim Huang > > > > > > For SMU v13.0.4/11, driver does not need to stop RLC for S0i3, > > > the firmwares will handle that properly. > > > > > > Signed-off-by: Tim Huang > > > Reviewed-by: Mario Limonciello > > > Signed-off-by: Alex Deucher > > > (cherry picked from commit 730d44e1fa306a20746ad4a85da550662aed9daa) > > > Cc: stable@vger.kernel.org # 6.1.x > > > > Greg, > > > > Just want to make sure this one didn't get accidentally skipped since you > > populated the stable queues and didn't see it landed. > > I'm still working on catching up on the stable backlog as I was gone > last week, this is in my "to get to soon" queue, it's not lost :) Wait, I'm confused. You have 2 patches in this series, yet one says "6.1.x" and one "6.4.x"? But both actually to both trees. So where are these supposed to be applied to? Please always give me a hint, and never mix/match kernel versions in a patch series, what would you do if you recieved that? thanks, greg k-h