From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 2945617597 for ; Sat, 16 Nov 2024 14:51:43 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731768704; cv=none; b=KfaLwV1MmQhqs6GCjGB19fHHneDc3QDAojvJBUKqHQ8QNBJ0UN/xGr2VbNpAWJabfKPFe8dvX3fZXULMFJK43QQmszC5iBIQ+8vKa2iSwRTR2fvEUVra0W60idLv7ItIK7qQfpa6n/elZGgoRYb7ATOvErjcE27uCwb8XPKJzr4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731768704; c=relaxed/simple; bh=IK1sF2MLVR1kps5RVm+P22WWfxnqOtsqNq1AeN8amtQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=T6Vilo2UPjhu/KrlYcp/NHI5DXnxepc3Jrl/9IBlbwCs8mIUbhWF3MRQ1A3ItvYNvM2ynghdP3qCpQqcXBOKFACUz3P7puihq6dq1r5MfpcxalNIb2NX+NkYB/L5yC5tbBNl7JMN8S7FZMI9TyTGyuPRSvcnLXdvyXxbeL4g/jc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=EgmNKDNg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="EgmNKDNg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3FBBBC4CEC3; Sat, 16 Nov 2024 14:51:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1731768703; bh=IK1sF2MLVR1kps5RVm+P22WWfxnqOtsqNq1AeN8amtQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=EgmNKDNgH1J0Uz0OJRq4N74sOEZd9GMmOS33/ELk7+njcXKS+7MQiwE6LBn3nLbrd myUtns6hLpvXrzEt8NnLi9ymPyWgJZEtvRuYiZaEZDrRSXgUQCMCHunTIKvleaLMLR 4+LkL9tVOGj+o8nq2xh9CJILqTLjmbwK7SQnilpA= Date: Sat, 16 Nov 2024 15:51:20 +0100 From: Greg KH To: Alex Deucher Cc: stable@vger.kernel.org, sashal@kernel.org, Alex Deucher Subject: Re: [PATCH] Revert "drm/amd/pm: correct the workload setting" Message-ID: <2024111653-storm-haste-2272@gregkh> References: <20241116130427.1688714-1-alexander.deucher@amd.com> <2024111614-conjoined-purity-5dcb@gregkh> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Sat, Nov 16, 2024 at 08:48:58AM -0500, Alex Deucher wrote: > On Sat, Nov 16, 2024 at 8:47 AM Greg KH wrote: > > > > On Sat, Nov 16, 2024 at 08:04:27AM -0500, Alex Deucher wrote: > > > This reverts commit 4a18810d0b6fb2b853b75d21117040a783f2ab66. > > > > > > This causes a regression in the workload selection. > > > A more extensive fix is being worked on for mainline. > > > For stable, revert. > > > > Why is this not reverted in Linus's tree too? Why is this only for a > > stable tree? Why can't we take what will be in 6.12? > > I'm about to send out the patch for 6.12 as well, but I want to make > sure it gets into 6.11 before it's EOL. If 6.11 is EOL, there's no need to worry about it :) I'd much prefer to take the real patch please. thanks, greg k-h