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 B459EC001DF for ; Fri, 28 Jul 2023 14:51:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237200AbjG1Ovn (ORCPT ); Fri, 28 Jul 2023 10:51:43 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237214AbjG1Ovj (ORCPT ); Fri, 28 Jul 2023 10:51:39 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 932AD12D; Fri, 28 Jul 2023 07:51:38 -0700 (PDT) From: Thomas Gleixner DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1690555896; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=WgtQnEvcjnIA6OssBWgWKQGQOlpPGr/TktCgM5MH5Qk=; b=SBoI1IVxgnSSvXQ53cwYA0wdV8l1C4rCtG7kkuwOvN6012sDhiLL9KCMJBi5HjGQOSF+4H 4pejiklppMcfhRh9HnciknpMEPPfqnFG05C0APcyVpXHpb2QRymBZwt01P2uUR+UeHLe9u ugyKnml+vlZYRWbrOW2CZUdApiF+swXL9wq5BKGF5sE6B9AImZ8PyBcwnImSCFh55F8Vmi +xZAPlVpjcsxHiAmmDwQvRWPK8+L5JcFftr+4QojEv7PR8rffM6LJlcM/5s2yEezxgePff C7yLcajuIjVqmvBxnWDanSkGbz9jPsGVYO3wdjiLW0/3riMseGclzQJ6+rf6oA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1690555896; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=WgtQnEvcjnIA6OssBWgWKQGQOlpPGr/TktCgM5MH5Qk=; b=u14Jh2+qN17+TLZ3MIa91VdBRZUZrJLtBzQEvavFoM4fEhUDc/1OAgVhNqxa11WRLuDlSR +RGQ3niR5V8SrBCA== To: "Zhang, Rui" , "linuxppc-dev@lists.ozlabs.org" , "ldufour@linux.ibm.com" Cc: "npiggin@gmail.com" , "bp@alien8.de" , "dave.hansen@linux.intel.com" , "linux-arch@vger.kernel.org" , "christophe.leroy@csgroup.eu" , "mingo@redhat.com" , "mpe@ellerman.id.au" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v4 00/10] Introduce SMT level and add PowerPC support In-Reply-To: References: <20230705145143.40545-1-ldufour@linux.ibm.com> <87wmykqyam.ffs@tglx> Date: Fri, 28 Jul 2023 16:51:36 +0200 Message-ID: <87edksqebr.ffs@tglx> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 28 2023 at 14:23, Rui Zhang wrote: > On Fri, 2023-07-28 at 09:40 +0200, Thomas Gleixner wrote: >> On Sun, Jul 09 2023 at 15:25, Rui Zhang wrote: >> > I ran into a boot hang regression with latest upstream code, and it >> > took me a while to bisect the offending commit and workaround it. >> >> Where is the bug report and the analysis? And what's the workaround? > > As it is an iwlwifi regression, I didn't paste the link here. > > The regression was reported at > https://lore.kernel.org/all/b533071f38804247f06da9e52a04f15cce7a3836.camel@intel.com/ > > And it was fixed later by below commit in 6.5-rc2. Ah, ok. I was worried that you ran into issues with the parallel bootup muck.