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 6C24AC6FA8E for ; Sun, 26 Feb 2023 06:03:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229589AbjBZGDB (ORCPT ); Sun, 26 Feb 2023 01:03:01 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42960 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229516AbjBZGC7 (ORCPT ); Sun, 26 Feb 2023 01:02:59 -0500 Received: from wp530.webpack.hosteurope.de (wp530.webpack.hosteurope.de [80.237.130.52]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 66739AD07 for ; Sat, 25 Feb 2023 22:02:56 -0800 (PST) Received: from [2a02:8108:8980:2478:8cde:aa2c:f324:937e]; authenticated by wp530.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) id 1pWA7a-0003fR-2t; Sun, 26 Feb 2023 07:02:54 +0100 Message-ID: Date: Sun, 26 Feb 2023 07:02:53 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 To: David Gow Cc: Mikhail Gavrilov , rmoar@google.com, brendanhiggins@google.com, skhan@linuxfoundation.org, Linux List Kernel Mailing , Linux kernel regressions list References: <9f682c4d-e7b7-5e23-84f5-cea4fdac2085@leemhuis.info> <6bfa6d67-27ce-04b3-a1f9-3768b8a0169f@leemhuis.info> Content-Language: en-US, de-DE From: Thorsten Leemhuis Subject: Re: [6.3][regression] after commit 7170b7ed6acbde523c5d362c8978c60df4c30f30 my system stuck in initramfs forever In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-bounce-key: webpack.hosteurope.de;linux@leemhuis.info;1677391376;21345b38; X-HE-SMSGID: 1pWA7a-0003fR-2t Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 26.02.23 02:11, David Gow wrote: > On Sat, 25 Feb 2023 at 23:53, Thorsten Leemhuis wrote: >> On 25.02.23 15:55, Mikhail Gavrilov wrote: >>> On Sat, Feb 25, 2023 at 7:22 PM Thorsten Leemhuis wrote: >>>> >>>> [CCing the regression list, as it should be in the loop for regressions: >>>> https://docs.kernel.org/admin-guide/reporting-regressions.html] >>>> >>>> On 25.02.23 14:51, Mikhail Gavrilov wrote: >>>>> new kernel release cycle returning with new bugs >>>>> Today my system got stuck in initramfs environment after updating to >>>>> commit d2980d8d826554fa6981d621e569a453787472f8. >>>>> >>>>> I still do not understand how to configure the network inside the >>>>> initramfs environment to grab the logs. >>>>> Since an attempt to rebuild the initramfs with all modules (dracut >>>>> --no-hostonly --force) leads to the stuck initramfs environment and >>>>> impossible entering into initramfs console. >>>> >>>> Do you see any error messages? I have problems since Friday morning as >>>> well (stuck in Fedora's initramfs) and see a lot of BPF warnings like >>>> "BPF: invalid name" and "failed to validate module". Was able to do a >>>> screenshot: >>>> >>>> https://www.leemhuis.info/files/misc/Screenshot_ktst-f36-x86-64_2023-02-24_07:53:14.png >>> >>> I also seen such messages >>> https://freeimage.host/i/img-1475.HMPL26l >> >> Pretty sure that's the same problem, at least the symptoms match. If >> anyone needs a config to reproduce this, here's one of mine that shows >> the problem: >> >> https://www.leemhuis.info/files/misc/config >> >>> P.S.: I also use Fedora Rawhide. >> >> Happens for me on all Fedora 36, 37, and 38 (my rawhide build failed for >> other reasons, so I couldn't test). > > Thanks for the report, and sorry this seems to have broken. > > I've not been able to reproduce this locally yet, but I'm looking into it. > > In the meantime, a few questions if you have time: > - Does this happen with CONFIG_KUNIT=y as well as CONFIG_KUNIT=m? > - Does this patch fix it? > https://lore.kernel.org/linux-kselftest/20230225014529.2259752-1-davidgow@google.com/T/#u Sorry, limited time and about to leave the house for the day. I only could try the latter and did only do a very quick test, but it seems that patch fixes the issue for me. Ciao, Thorsten > I can't think of any particular reason this commit would cause these > problems, but there were some issues with the way these 'hooks' were > built, so it's possibly related. > > Sorry again for the inconvenience! > > Cheers, > -- David