From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [148.163.129.48]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D89729A8 for ; Thu, 4 May 2023 17:22:49 +0000 (UTC) X-Virus-Scanned: Proofpoint Essentials engine Received: from mail3.candelatech.com (mail2.candelatech.com [208.74.158.173]) by mx1-us1.ppe-hosted.com (PPE Hosted ESMTP Server) with ESMTP id 87354500062; Thu, 4 May 2023 17:22:47 +0000 (UTC) Received: from [192.168.100.159] (50-251-239-81-static.hfc.comcastbusiness.net [50.251.239.81]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail3.candelatech.com (Postfix) with ESMTPSA id 2351D13C2B0; Thu, 4 May 2023 10:22:47 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 mail3.candelatech.com 2351D13C2B0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=candelatech.com; s=default; t=1683220967; bh=+nLKqJaXzBlTzuClAWPKmZyH5g0YbhY/JlRTyBhd5/Q=; h=Date:Subject:From:To:References:In-Reply-To:From; b=p1dQQ3xxguhB0bwgDob5e1MDvcaddQ3S2aQQjvuJx73D6u5CFvMACL5c0ZizU7jZK CEaxXWXxuTsvslxh/ukqAQnRRtOEsdwebCUg6FBkH5ug+DZ/DvzUBkJoq/lkS7ldFX ZkSPbQLWGbWw8faBQqxhxMisvtzP1d9y9/M9EvXQ= Message-ID: Date: Thu, 4 May 2023 10:22:46 -0700 Precedence: bulk X-Mailing-List: regressions@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.0 Subject: Re: Hang loading initrd since last Friday. Content-Language: en-US From: Ben Greear To: Linux regressions mailing list , Bagas Sanjaya , Linux Kernel Mailing List References: <9d87defc-5376-d690-b483-bc314e4f568b@candelatech.com> Organization: Candela Technologies In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-MDID: 1683220968-qU9bEiPif6Zu X-MDID-O: us5;ut7;1683220968;qU9bEiPif6Zu;;3e693a8d56a8eeb61aa6e0137c1c1bf1 On 5/3/23 16:49, Ben Greear wrote: > On 5/2/23 21:46, Linux regression tracking (Thorsten Leemhuis) wrote: >> On 03.05.23 04:31, Bagas Sanjaya wrote: >>> On Tue, May 02, 2023 at 02:03:33PM -0700, Ben Greear wrote: >>>> >>>> Pulling today's upstream 6.3+ tree, my system now hangs loading initrd. >> >> Just to understand this properly: you mean after the boot loader said it >> loaded the initramfs, not when the kernel starts using it? > > I am bisecting...it appears to be .config related.  If I skip enabling things > during bisect, then I do not see the problem.  But I copied my original buggy .config > into an otherwise good kernel commit, and now it fails.  I'm manually bisecting > the .config settings.... I had enabled this option: CONFIG_HYPERV_VTL_MODE And that makes it not boot. Not sure that is expected or not, but I will simply un-select it and continue on, as I do not actually need that feature. Thanks, Ben