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 478DCD1266D for ; Wed, 3 Dec 2025 08:52:31 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 4838F10E0D3; Wed, 3 Dec 2025 08:52:30 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="fz2ez+iL"; dkim-atps=neutral Received: from tor.source.kernel.org (tor.source.kernel.org [172.105.4.254]) by gabe.freedesktop.org (Postfix) with ESMTPS id CCB5A10E674; Tue, 2 Dec 2025 15:53:09 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id E163060141; Tue, 2 Dec 2025 15:53:08 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 098C8C4CEF1; Tue, 2 Dec 2025 15:53:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1764690788; bh=dAuiJuoctUPi+JO/hbGHwGpVusbOU/8eCH/UeKEZfNU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fz2ez+iLP9STXL5YjoRxhOjyPsvrIc6RDVKWcIDX/1QHHsSM4sdWrzjHE7v0dVjjG doEQ2sMlHbZ2+eoyAL143a1glI1ItnsWn5Ut/ZXkdORSlbk7GoGXwGoXYJgP6DV6fb MB/QfJSpLVds6QHP0BZ3SNQNKQztmcuQgvQ94VDo= Date: Tue, 2 Dec 2025 16:53:04 +0100 From: Greg KH To: Thomas Zimmermann Cc: Sasha Levin , stable@vger.kernel.org, Javier Martinez Canillas , Alex Deucher , dri-devel@lists.freedesktop.org, nouveau@lists.freedesktop.org, amd-gfx@lists.freedesktop.org, linux-fbdev@vger.kernel.org Subject: Re: [PATCH 6.6.y] drm, fbcon, vga_switcheroo: Avoid race condition in fbcon setup Message-ID: <2025120251-polymer-disobey-ccc4@gregkh> References: <2025120119-quake-universal-d896@gregkh> <20251201225123.1298682-1-sashal@kernel.org> <250b44b3-e75b-4f8d-af44-d3a985ea554c@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <250b44b3-e75b-4f8d-af44-d3a985ea554c@suse.de> X-Mailman-Approved-At: Wed, 03 Dec 2025 08:52:29 +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 Tue, Dec 02, 2025 at 08:42:52AM +0100, Thomas Zimmermann wrote: > Hi, > > thanks for backporting. > > You also have to remove the calls to vga_switcheroo_client_fb_set() from > these files > > https://elixir.bootlin.com/linux/v6.6/source/drivers/gpu/drm/i915/display/intel_fbdev.c > > https://elixir.bootlin.com/linux/v6.6/source/drivers/gpu/drm/radeon/radeon_fbdev.c Also, a fixed backport would be appreciated here. thanks greg k-h