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, 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 4B83AC4167B for ; Wed, 9 Dec 2020 15:45:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1497B22B3A for ; Wed, 9 Dec 2020 15:45:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730833AbgLIPpM (ORCPT ); Wed, 9 Dec 2020 10:45:12 -0500 Received: from mail3-relais-sop.national.inria.fr ([192.134.164.104]:43921 "EHLO mail3-relais-sop.national.inria.fr" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728082AbgLIPpM (ORCPT ); Wed, 9 Dec 2020 10:45:12 -0500 X-IronPort-AV: E=Sophos;i="5.78,405,1599516000"; d="scan'208";a="367056589" Received: from 173.121.68.85.rev.sfr.net (HELO hadrien) ([85.68.121.173]) by mail3-relais-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Dec 2020 16:44:29 +0100 Date: Wed, 9 Dec 2020 16:44:29 +0100 (CET) From: Julia Lawall X-X-Sender: jll@hadrien To: John Garry cc: "Martin K. Petersen" , Linus Torvalds , "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: <4f3cd4d4-87d3-dc9a-027d-293cba469d5a@huawei.com> Message-ID: References: <9106e994-bb4b-4148-1280-f08f71427420@huawei.com> <4f3cd4d4-87d3-dc9a-027d-293cba469d5a@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, John Garry wrote: > On 08/12/2020 22:51, Martin K. Petersen wrote: > > > > Julia, > > > > > This solves the problem. Starting from 5.10-rc7 and doing this revert, I > > > get a kernel that boots. > > > > Hi Julia, > > Can you also please test Ming's patchset here (without the megaraid sas > revert) when you get a chance: > https://lore.kernel.org/linux-block/20201203012638.543321-1-ming.lei@redhat.com/ 5.10-rc7 plus these three commits boots fine. thanks, julia > > And please also share your .config, as I guess that it is not mainline vanilla > and we will want to recreate this to be sure for future. Qian's issue was only > exposed with a specific .config enabling lots of heavy debug options. > > Thanks, > John > > > Thanks for testing! > > > > I'll go ahead and revert 103fbf8e4020 in 5.10/scsi-fixes. We can revisit > > this change in 5.11 when Ming's fixes are in place. > > >