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=-6.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 767DFC4338F for ; Tue, 27 Jul 2021 16:43:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5B91661075 for ; Tue, 27 Jul 2021 16:43:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229494AbhG0QnX (ORCPT ); Tue, 27 Jul 2021 12:43:23 -0400 Received: from mail.kernel.org ([198.145.29.99]:43588 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229441AbhG0QnX (ORCPT ); Tue, 27 Jul 2021 12:43:23 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 08FB961037; Tue, 27 Jul 2021 16:43:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1627404203; bh=sSmzIHa/V2owjHzwhM8RLG5HAtHV+dbTgi67JJVQYlI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=tTtxRwl05avo5DZ3oEcGdD6P8Co7IRZPzH/lB1of/q3hnm3J6fqaj7hWkeKnWBqru d3Gv9uu3K1Z6I9C0KVwYqS8SrFi29yH4KYHvxE+ECRlBAVrvnt+M2FgOhPSGfpNS0U +xT523WxQj5VU9lUZsJqitF6ZsF8VH2TJ+ZeJUYI= Date: Tue, 27 Jul 2021 18:43:21 +0200 From: Greg KH To: Ben Greear Cc: "stable@vger.kernel.org" Subject: Re: very long boot times in 5.13 stable. Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Tue, Jul 27, 2021 at 09:10:11AM -0700, Ben Greear wrote: > Hello, > > My system was stable with 5.13.0, though there was a KASAN warning. > So, I upgrade to 5.13.5, and now it takes a very long time to fully boot to > login prompt, and I see this splat in the logs. > > I'm working on bisecting, but if someone has a clue, please let me know. > > [ 2187.021338] irq 4: nobody cared (try booting with the "irqpoll" option) Have you tried booting with that option?