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 BF067E54B; Sat, 28 Feb 2026 01:28:22 +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=1772242102; cv=none; b=Qb/CW2GRAsSG51OekKsfIL0IJan6R6N8HhiL8brAXFhNwP8GQCC4E1E49moMYIAJTGCm3zPU1/U6PFZsQWLH2LHZ/qB+tgcBpP9CZibaF5Rpvuwmr4ObjtjOqpwbHlgdo0UX8EGSWeNTQzqjYKuvpxKOMaO+J2kzSBZgnd8bmTQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772242102; c=relaxed/simple; bh=QVTdJpksh0R6F5V/824NY/+c7ANoYX1Yr9+hZikFsN8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=k7P+DQzUpja0PVlgRaPCb3QTPhVhjVDB14haErbNhr/Cj5DohMunysMDadBC0E6CXuyoX5VYCUJJB51Nz6vys1KUUaIv3OB9xYZ8Bf10U3hYjb97VJpPsjQvQipagbi+GyMLaikb/qw1+q0ysg1q74/BziHP8ifVBZry3owDUrY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=e/abKRFI; 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="e/abKRFI" 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> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260228011213.423524-1-rosenp@gmail.com> 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