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 4D35AC43334 for ; Tue, 7 Jun 2022 14:17:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234281AbiFGORd (ORCPT ); Tue, 7 Jun 2022 10:17:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229797AbiFGORc (ORCPT ); Tue, 7 Jun 2022 10:17:32 -0400 Received: from mailout.rz.uni-frankfurt.de (mailout.rz.uni-frankfurt.de [141.2.22.115]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8411A5F63 for ; Tue, 7 Jun 2022 07:17:29 -0700 (PDT) Received: from smtpauth2.cluster.uni-frankfurt.de ([10.1.1.238]) by mailout.rz.uni-frankfurt.de with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1nya1P-000141-7l; Tue, 07 Jun 2022 16:17:27 +0200 Received: from p57bcf684.dip0.t-ipconnect.de ([87.188.246.132] helo=[192.168.2.17]) by smtpauth2.cluster.uni-frankfurt.de with esmtpsa (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.94.2) (envelope-from ) id 1nya1P-0002yg-6B; Tue, 07 Jun 2022 16:17:27 +0200 Message-ID: <4282db24-0c4e-df01-8b0e-06cf647a3351@med.uni-frankfurt.de> Date: Tue, 7 Jun 2022 16:17:26 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.10.0 Subject: Re: boot loop since 5.17.6 Content-Language: en-US To: Greg KH Cc: Thorsten Leemhuis , stable@vger.kernel.org, regressions@lists.linux.dev References: <11495172-41dd-5c44-3ef6-8d3ff3ebd1b2@med.uni-frankfurt.de> <181a6369-e373-b020-2059-33fb5161d8d3@med.uni-frankfurt.de> <1f8a4bec-53bd-aaaa-49a7-b5ed4fc5ae34@med.uni-frankfurt.de> <4dc96ed3-169e-37b9-7b8f-85e58dca0bbf@med.uni-frankfurt.de> From: Thomas Sattler In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi Greg, I did not yet start a bisect but looked at commits that modify the same file again. And there was a promising one: 22682a07acc3 objtool: Fix objtool regression on x32 systems That one applies cleanly to both, 5.17.12 and 5.18.2, and also fixes my boot-problem on both. Thomas Am 07.06.22 um 13:53 schrieb Greg KH: > On Tue, Jun 07, 2022 at 01:40:03PM +0200, Thomas Sattler wrote: >> Hi Thorsten, >> >> I just compiled 5.19-rc1 and my issue is solved there. > > Any chance you can do 'git bisect' between 5.18 and 5.19-rc1 to find the > commit that fixed the issue? > > thanks, > > greg k-h