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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 99DF2C433EF for ; Tue, 16 Nov 2021 00:07:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 82A3A61175 for ; Tue, 16 Nov 2021 00:07:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232090AbhKPAKg (ORCPT ); Mon, 15 Nov 2021 19:10:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1353236AbhKOUza (ORCPT ); Mon, 15 Nov 2021 15:55:30 -0500 Received: from mail-lj1-x233.google.com (mail-lj1-x233.google.com [IPv6:2a00:1450:4864:20::233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 38621C06121D for ; Mon, 15 Nov 2021 12:40:37 -0800 (PST) Received: by mail-lj1-x233.google.com with SMTP id e7so23644168ljq.12 for ; Mon, 15 Nov 2021 12:40:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lucidpixels.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=uNjovAaYEwEX+9pEiPHL3nyMOKYDJCekov5XCnVxgSM=; b=K9LARW9f0PVDjm+kSpfLEsn7QhEtjlOxiiT/vf4RvIztYbfjRBWnViIhK8FBmQZpfF 139J6qLOAOOwndotjONQjKTcg5TgqflwSq+q56EpdajW1paaUd6B00yH8mfAN4exUPDh UQ8d5XxuZo5YrXejK6lvLKfS3jerO5bXuxU1g= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=uNjovAaYEwEX+9pEiPHL3nyMOKYDJCekov5XCnVxgSM=; b=w+iwaMXxR/mmXo082NOZAbpB++A1+dW64u1N9YDjwJa8TEokB8oRKWJPZ3bchJTZPi onm2T8fAyRmdYfMkpkWaZS+EofKBCJURzN46zM1AJngdsEzAj3M4djO5z8wG6tTMXObs u/YvFJSX55kjxT1vMQeT0b1cihT6CmXUGRwaX31hVffzTYcaUvg1smnEgufpUImCo/1c OS4xvqINpRrzxOSURQZVLUGn+l+rUNpx+IpgYMT5xKzSHUxoiVQZZvPMOjgh3t6wjHoZ aaBn20DSGQ8vhmWO//eyZl4NTZJ0C7kzl4rFbbdCoLbgj6z82UqX0fHgF+A7NQtOIfqR GZHw== X-Gm-Message-State: AOAM5327+z1BJFKqInsyUJCLJY4JEsgbhV2LDYBC2fsGaID1yrLKZj0O L7aBYEN/oU61OydJqNRo1Na+vcWd2RkO0RPndJuO4w== X-Google-Smtp-Source: ABdhPJy46/oA5NQEOvwBsbpyFAKV6VUxSr2NwSGUgy9eBRPnDjHeAl/tOF30YpAfDqsQbO8zFhO+aDFgD1tgvDWeExY= X-Received: by 2002:a2e:530b:: with SMTP id h11mr1404687ljb.95.1637008835332; Mon, 15 Nov 2021 12:40:35 -0800 (PST) MIME-Version: 1.0 References: <006a01d7cead$b9262d70$2b728850$@lucidpixels.com> <50a16ee2-dfa4-d009-17c5-1984cf0a6161@linux.vnet.ibm.com> <002401d7d305$082971b0$187c5510$@lucidpixels.com> <3bca3296-d998-98a5-bf8f-53b0720869d3@linux.vnet.ibm.com> In-Reply-To: <3bca3296-d998-98a5-bf8f-53b0720869d3@linux.vnet.ibm.com> From: Justin Piszcz Date: Mon, 15 Nov 2021 15:40:22 -0500 Message-ID: Subject: Re: kernel 5.15 does not boot with 3ware card (never had this issue <= 5.14) - scsi 0:0:0:0: WARNING: (0x06:0x002C) : Command (0x12) timed out, resetting card To: Douglas Miller Cc: Bart Van Assche , LKML , linux-scsi@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 8, 2021 at 9:16 AM Douglas Miller wrote: > > The commit I referenced earlier does point back to the commit that > caused the problem (that I saw). There was a series of commits related > to IRQ domains, this one seems to have actually caused the problem I saw: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=a5f3d2c17b07 Incase anyone runs into this issue, it appears to be fixed in 5.16.0-rc1, no more freezing at boot: $ uname -a Linux atom 5.16.0-rc1 #2 SMP Mon Nov 15 15:37:25 EST 2021 x86_64 GNU/Linux Justin.