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 437ED3B19A2 for ; Thu, 19 Mar 2026 11:53:51 +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=1773921232; cv=none; b=uTO0aBT5uZJuhAwqIq1e3qhkSKjEiwv6oadzG7q0GZepTG/1dlmJgOhp848HADS/FKGZUXqE24WtagiWn/mB+FBR9cmBNRCU+PdDxjMhACLMdtpZCUry06/mPdtDxLz1JHVjbaF8U4zVrzwUaG8Cd5pob9jUyZVaV7SmH1Cut4A= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773921232; c=relaxed/simple; bh=LAT+3NI5jlCHqSuRDDbQs0tHUk9ywZlB/MtsG4KYMds=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=BONp2JaOmYOFqvl9xhbuovwWrYQGZhh98EPwQHBjIbGY4WJreQGcmOIzpYpIV11QiHNghf6SAaTb9jiHNbalraTdNZHlyK0ZzjOBal26T5BMHbUm315BcEzJ/MDqOroYOBl1r4ykx3POlDncirQY5uha4fyX1ZF7EwCkWAr2saQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=iiZmfLJj; 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="iiZmfLJj" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 034EEC19424; Thu, 19 Mar 2026 11:53:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1773921231; bh=LAT+3NI5jlCHqSuRDDbQs0tHUk9ywZlB/MtsG4KYMds=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=iiZmfLJjZhYiiTAsMUWHBjOEFauepALNXPx/JbXE5y4yVtNlL/syfs0a3FqJas+hq BOJ2RAr8HevNB9T7+cMqbnf4EtSfVdTTwHpPfmNMec/jHjrLxrHvp7V8fgdK+czP0x 9NMD5dYh/00H9yh4QRs9Jln1T4F0hn2m1QTOSs4w= Date: Thu, 19 Mar 2026 12:53:47 +0100 From: Greg Kroah-Hartman To: Timur =?iso-8859-1?Q?Krist=F3f?= Cc: Rosen Penev , Christian =?iso-8859-1?Q?K=F6nig?= , Harry Wentland , Leo Li , Alex Deucher , David Airlie , Simona Vetter , Kenneth Feng , Alex Hung , Lijo Lazar , "chr[]" , Sasha Levin , Wentao Liang , "open list:AMD DISPLAY CORE" , "open list:DRM DRIVERS" , open list Subject: Re: [PATCHv2 for 6.112 and 6.6 0/2] amdgpu: fix panic on old GPUs Message-ID: <2026031940-single-buddy-d53d@gregkh> References: <20260228045356.3561-1-rosenp@gmail.com> <5828571.IbC2pHGDlb@timur-hyperion> <2332143.t9SDvczpPo@timur-hyperion> Precedence: bulk X-Mailing-List: linux-kernel@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: <2332143.t9SDvczpPo@timur-hyperion> On Sun, Mar 08, 2026 at 02:15:54PM +0100, Timur Kristóf wrote: > On Wednesday, March 4, 2026 11:23:33 PM Central European Standard Time Rosen > Penev wrote: > > The DC code path just works bettter. So what if suspend is broken. I > > would much rather a working system. Hyprsunset for example doesn't > > work without DC. No idea why. > > It's great that it works better for you. Unfortunately that isn't the case for > everyone. It wasn't feature complete until 6.19 so it wasn't a feasible > default until then on these GPUs. Since 6.19 I would say it's pretty good now. > > > Speaking of suspend, the fixes for it are fairly trivial to backport > > to 6.12 as well. > > Yes. I don't understand why those patches weren't backported. > Like I said, I sent them for backporting to 6.17 many months ago and expected > to see them backported to older kernels as well. > > > > Now that the situation is cleared up, is there anything else we need to do > > > for these two patches here? > > > > Speaking of which, it's probably best to take over here. It's not fun > > dealing with stable. I also didn't author these patches. > > The question was meant for Christian and Greg. > What do I need to do to get these patches backported? I've taken them now, thanks. greg k-h