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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1A7BBC6FA99 for ; Sun, 12 Mar 2023 11:12:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229927AbjCLLM1 (ORCPT ); Sun, 12 Mar 2023 07:12:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41390 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229490AbjCLLMZ (ORCPT ); Sun, 12 Mar 2023 07:12:25 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EFF1B51C9C; Sun, 12 Mar 2023 04:12:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 9FE7EB80B08; Sun, 12 Mar 2023 11:12:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EB944C4339B; Sun, 12 Mar 2023 11:12:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678619542; bh=Zv30hr0bTcMNOUSs9UrFFnKN7maJHlEJmjsz7Nkqsgs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Eqslb+I5ebg1ouRzVBbDgezjcZJ3lMU7191W0XiiESgjz6W5Dx2sCklgOlc9I1zS3 6F1KWegzl91+zjY/mDrQYH51VG0sQ5cRt8gWShpa4uWsA2kf76rrBpoGjM55kzL+bV Bu/GA8N8sO5Ozj8/oDEG0IhQSW7a4dxzz1QFXuM8= Date: Sun, 12 Mar 2023 12:12:19 +0100 From: Greg KH To: "A.P. Jo." Cc: Stable , Linux Kernel Subject: Re: Bricked LTS Kernel: Questionable i915 Commit Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Mar 12, 2023 at 09:04:01AM +0100, A.P. Jo. wrote: > Dear Linux dev community, > > 5.15.99 LTS and higher can't boot on many laptops using Intel graphics. > > Originally spotted using Alpine Linux, see: https://gitlab.alpinelinux.org/alpine/aports/-/issues/14704. > Seems to have been traced to commit 4eb6789f9177a5fdb90e1b7cdd4b069d1fb9ce45, see i915 git issue: https://gitlab.freedesktop.org/drm/intel/-/issues/8284. > > Suggest releasing with patch undone or fixed. There's a second report of this here: https://lore.kernel.org/r/d955327b-cb1c-4646-76b9-b0499c0c64c6@manjaro.org I'll go revert this and push out a new release in an hour or so, thanks! greg k-h