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 349E0C4332F for ; Fri, 23 Dec 2022 14:25:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236283AbiLWOZ1 (ORCPT ); Fri, 23 Dec 2022 09:25:27 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57182 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236421AbiLWOZQ (ORCPT ); Fri, 23 Dec 2022 09:25:16 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id ECDDD4083B for ; Fri, 23 Dec 2022 06:25:13 -0800 (PST) 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 33A8BB820E0 for ; Fri, 23 Dec 2022 14:25:12 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 65C29C433D2; Fri, 23 Dec 2022 14:25:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1671805510; bh=bSqJ7HcxpsttK/hyQGKkiIamfM+v5bCaZMyEdaGuXDw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z0RdYyRIXYQPqy5f0h7kUevWHWLzJd7pII+PjQFdMrDlFUIKONxDUPP6Of2g5tmRX +VJEXVpwGORHDof8ZVE9ma4NbJh7evc01U8EcKh1SRxrCoyiO8rVknzEBqQb1wYHtf cwxOs3PHkzRQGh8+G8fTSyN2xKc4QIh3CryR5/Xo= Date: Fri, 23 Dec 2022 15:25:07 +0100 From: Greg KH To: Sergio Callegari Cc: stable@vger.kernel.org, regressions@lists.linux.dev Subject: Re: Possible regression with kernel 6.1.0 freezing (6.0.14 is fine) on haswell laptop 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: stable@vger.kernel.org On Fri, Dec 23, 2022 at 03:13:57PM +0100, Sergio Callegari wrote: > Hi, > > just a short note to report regular freezes with kernel 6.1.0 on a haswell > laptop quad core Intel Core i7-4750HQ (-MT MCP-) with integrated graphics. > > - system only freezes when launching the desktop environment (working on a > text console while having the sddm login screen up, without logging in, does > not seem to cause the issue); > > - freezes happens a few seconds to a few minutes after getting to the > desktop environment (that uses opengl and composition). Freeze happens both > on X11 or Wayland. > > - freeze seems to cause data loss (system not able to complete writes when > the freeze occurs, data structures on disk get corrupted, e.g. system > complained on broken btrfs snapshots made by timeshift-like app). > > - system on freeze ceases responding to ping from the outside; > > - upon reboot I cannot find any trace of any issue in the journal; > > - on the same system booting kernels up to 6.0.14 is OK. Can you use 'git bisect' to find the offending commit? thanks, greg k-h