From patchwork Sat Jan 20 00:27:05 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Helge Deller X-Patchwork-Id: 13524259 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 CBC1CC4725D for ; Sat, 20 Jan 2024 00:27:43 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id ECE0E10EAAC; Sat, 20 Jan 2024 00:27:42 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 8215110EAAC for ; Sat, 20 Jan 2024 00:27:41 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id AEBB161615; Sat, 20 Jan 2024 00:27:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 31B87C433F1; Sat, 20 Jan 2024 00:27:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1705710430; bh=eFZZHeFIEdrm6Tlw6JWcfEH9KGbKVjVZcPqshvBe76A=; h=Date:From:To:Cc:Subject:From; b=A7IygPPPKF9rB3KcOoqjjMPcFtnUCVKWyR3OIeXuw0hoxtIEudxuBzCPiV47lDLtF T0GGYbP/a4F2kZErEhjfxAaSFISSAJnwPwZHe8xDaauNxCVoR37wyrWFSantkCT/Xq VjWsVbMW5dwYPlYn8+PGfwUKF2hFH92++cKt5IUWsu1GT8lpZ36jCfaUiWkeyHFTTI Y8atV2PF1RFXEbBMvuQMYDyiKcK6G6hrM0NHfD5UcNhYkVKCZKsGXumomPlSeGHJms 0pAQ0LhjnDywsfXFPAlzRiyetp+yRaliPL82Z9EkOJrAbUSI5HYQ2aqcvp5P51mLs0 XMpJ76Lueq2SA== Date: Sat, 20 Jan 2024 01:27:05 +0100 From: Helge Deller To: Linus Torvalds , linux-kernel@vger.kernel.org, linux-fbdev@vger.kernel.org, dri-devel@lists.freedesktop.org Subject: [GIT PULL] One fbdev regression fix for v6.8-rc1 Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Jens Axboe , Thomas Zimmermann , Mirsad Todorovac Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Linus, there were various reports from people without any graphics output on the screen and it turns out one commit triggers the problem. Please pull a single revert for now for -rc1 to fix this regression. We will work out how to fix it correctly later. Thanks! Helge ---------------------------------------------------------------- The following changes since commit 556e2d17cae620d549c5474b1ece053430cd50bc: Merge tag 'ceph-for-6.8-rc1' of https://github.com/ceph/ceph-client (2024-01-19 09:58:55 -0800) are available in the Git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.8-rc1-2 for you to fetch changes up to 2bebc3cd48701607e38e8258ab9692de9b1a718b: Revert "firmware/sysfb: Clear screen_info state after consuming it" (2024-01-19 22:22:26 +0100) ---------------------------------------------------------------- fbdev fix for 6.8-rc1: - Revert "firmware/sysfb: Clear screen_info state after consuming it" ---------------------------------------------------------------- Helge Deller (1): Revert "firmware/sysfb: Clear screen_info state after consuming it" drivers/firmware/sysfb.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-)