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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 716C9FEE4E9 for ; Sat, 28 Feb 2026 09:19:26 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id C10D010EC61; Sat, 28 Feb 2026 09:19:16 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="e/abKRFI"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id D907710E0E4; Sat, 28 Feb 2026 01:28:22 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 7F32643A08; Sat, 28 Feb 2026 01:28:22 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F4101C116C6; Sat, 28 Feb 2026 01:28:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1772242102; bh=QVTdJpksh0R6F5V/824NY/+c7ANoYX1Yr9+hZikFsN8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=e/abKRFIhVVasV6wH/QrhcfHlEjash7A1FDlpXfrOzXnL0oV3NpNcaKnoO0OVpiO/ eTXMOOeh3i1JNd5X9fsOznNZ3+P/YxKO3q1fRRYMVf2olpG4ZsAHhHZ7hXcdueTP1+ gz4AeEEPvNTtO8wrepZWhYHeZZ2CyzpNI3Bvofpk= Date: Fri, 27 Feb 2026 20:28:11 -0500 From: Greg Kroah-Hartman To: Rosen Penev Cc: stable@vger.kernel.org, Alex Deucher , Christian =?iso-8859-1?Q?K=F6nig?= , "Pan, Xinhui" , David Airlie , Daniel Vetter , Harry Wentland , Leo Li , Rodrigo Siqueira , Evan Quan , Sasha Levin , Mario Limonciello , Eliav Farber , Lijo Lazar , Ma Jun , Zhigang Luo , Srinivasan Shanmugam , Bert Karwatzki , Ray Wu , Wayne Lin , Roman Li , Hersen Wu , Wentao Liang , "open list:RADEON and AMDGPU DRM DRIVERS" , "open list:DRM DRIVERS" , open list Subject: Re: [PATCH for 6.1 0/2] prepare to fix panic on old GPUs Message-ID: <2026022733-backhand-acquaint-233a@gregkh> References: <20260228011213.423524-1-rosenp@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260228011213.423524-1-rosenp@gmail.com> X-Mailman-Approved-At: Sat, 28 Feb 2026 09:19:10 +0000 X-BeenThere: amd-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion list for AMD gfx List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: amd-gfx-bounces@lists.freedesktop.org Sender: "amd-gfx" On Fri, Feb 27, 2026 at 05:12:11PM -0800, Rosen Penev wrote: > In order to backport upstream fixes for black screen on boot with DC > and old GPUs, These two commits need backporting for 6.1. What fixes exactly? Please make them part of the series, otherwise it makes no sense for us to take them. Also, you forgot to sign off on these patches, so we couldn't take them even if we wanted to :( thanks, greg k-h