From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 07FF52FB8 for ; Tue, 15 Jun 2021 06:17:54 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id B7270613DA; Tue, 15 Jun 2021 06:17:53 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1623737874; bh=KeB5L0kVFMc/wPmzyE6S1gGGHbRh8TTAbFMMtnLQ6PU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VyTrAwHr24tIhhAoqdQ4x1fQnZlyjZW/9lgVUbCC7roYcTseuelGm+Sjoe4Ine78K u02jLrJQFubxJmJ9GaBx3yv1JFOCnsl7NIhdwXJTE3QZrK0e68vqpMAKAcNS8mM7OA r4XFJYaRV85OJphIgekhLAq9O5oYxhFWxJZFoIzI= Date: Tue, 15 Jun 2021 08:17:51 +0200 From: Greg KH To: Adam Edge Cc: "regressions@lists.linux.dev" , "stable@vger.kernel.org" Subject: Re: Regression after 5.7.19 causing major freezes on CPU loads Message-ID: References: X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Jun 15, 2021 at 06:13:46AM +0000, Adam Edge wrote: > On Tuesday, June 15th, 2021 at 6:01 AM, Greg KH wrote: > > Can you use 'git bisect' to track down the commit that caused the > > problem? > > As I have mentioned in my previous email, anytime I'm within the v5.8-rc* > range of commits, running the kernel fails to get past a certain point > at boot. init doesn't get executed, but SysRq keys work and I can reboot > from there. Has this happened before? If there is an alternate method > of getting the kernel debug logs for this (that doesn't involve a serial > connection, as I don't have the equipment for that), I'm happy to get > them for you. That sounds like the offending commit is in that range, which is good, you have narrowed it down. Just use 'git bisect' to track down the place where this fails at, that's all we want. No need to get a debug log yet, "failing to boot" is a good sign something is going wrong :) thanks, greg k-h