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 634AFC433FE for ; Fri, 30 Sep 2022 05:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230025AbiI3F6f (ORCPT ); Fri, 30 Sep 2022 01:58:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229479AbiI3F6c (ORCPT ); Fri, 30 Sep 2022 01:58:32 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C52FE169E72 for ; Thu, 29 Sep 2022 22:58:31 -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 dfw.source.kernel.org (Postfix) with ESMTPS id 5932D6223A for ; Fri, 30 Sep 2022 05:58:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41A00C433D6; Fri, 30 Sep 2022 05:58:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1664517510; bh=MX7SYb4vy45NYzPRy+E4YlrZSouPYPalitZ97czaT4A=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Jv4J32GgJaNufhN1gRA8h4Ixj4SRbWVvoFq06xFK0eaqZpjmuMHm5SwFa2n2rnTJu oDAcqr2P/kBWmdIC6EqLs72pzIDg/HOUURaM1fetywXw0YQk9mLKgLO/AKgtmHZZ5W A3pZ9YRvk0qguOC9xIYxgoxMaApQoYPbXXomOvO4= Date: Fri, 30 Sep 2022 07:59:07 +0200 From: Greg KH To: Jerry Ling Cc: stable@vger.kernel.org, regressions@lists.linux.dev Subject: Re: Regression on 5.19.12, display flickering on Framework laptop Message-ID: References: <55905860-adf9-312c-69cc-491ac8ce1a8b@cern.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Fri, Sep 30, 2022 at 06:37:48AM +0200, Greg KH wrote: > On Thu, Sep 29, 2022 at 10:26:25PM -0400, Jerry Ling wrote: > > Hi, > > > > It has been reported by multiple users across a handful of distros that > > there seems to be regression on Framework laptop (which presumably is not > > that special in terms of mobo and display) > > > > Ref: https://community.frame.work/t/psa-dont-upgrade-to-linux-kernel-5-19-12-arch1-1-on-arch-linux-gen-11-model/23171 > > Can anyone do a 'git bisect' to find the offending commit? Also, this works for me on a gen 12 framework laptop: $ uname -a Linux frame 5.19.12 #68 SMP PREEMPT_DYNAMIC Fri Sep 30 07:02:33 CEST 2022 x86_64 GNU/Linux so there's something odd with the older hardware? greg k-h