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 X-Spam-Level: X-Spam-Status: No, score=-5.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2D9A7C433FE for ; Tue, 8 Dec 2020 22:41:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E176823AC8 for ; Tue, 8 Dec 2020 22:41:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731141AbgLHWl1 (ORCPT ); Tue, 8 Dec 2020 17:41:27 -0500 Received: from mail2-relais-roc.national.inria.fr ([192.134.164.83]:63770 "EHLO mail2-relais-roc.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730517AbgLHWl0 (ORCPT ); Tue, 8 Dec 2020 17:41:26 -0500 X-IronPort-AV: E=Sophos;i="5.78,404,1599516000"; d="scan'208";a="481863343" Received: from 173.121.68.85.rev.sfr.net (HELO hadrien) ([85.68.121.173]) by mail2-relais-roc.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Dec 2020 23:40:44 +0100 Date: Tue, 8 Dec 2020 23:40:44 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: Linus Torvalds cc: John Garry , "Martin K. Petersen" , "James E.J. Bottomley" , Linux Kernel Mailing List , nicolas.palix@univ-grenoble-alpes.fr, linux-scsi , Kashyap Desai , Ming Lei Subject: Re: problem booting 5.10 In-Reply-To: Message-ID: References: <9106e994-bb4b-4148-1280-f08f71427420@huawei.com> User-Agent: Alpine 2.22 (DEB 394 2020-01-19) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 8 Dec 2020, Linus Torvalds wrote: > On Tue, Dec 8, 2020 at 1:14 PM John Garry wrote: > > > > JFYI, About "scsi: megaraid_sas: Added support for shared host tagset > > for cpuhotplug", we did have an issue reported here already from Qian > > about a boot hang: > > Hmm. That does sound like it might be it. > > At this point, the patches from Ming Lei seem to be a riskier approach > than perhaps just reverting the megaraid_sas change? > > It looks like those patches are queued up for 5.11, and we could > re-apply the megaraid_sas change then? > > Jens, comments? > > And Julia - if it's that thing, then a > > git revert 103fbf8e4020 > > would be the thing to test. This solves the problem. Starting from 5.10-rc7 and doing this revert, I get a kernel that boots. thanks, julia