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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 46691C433FE for ; Wed, 3 Nov 2021 16:18:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 2A48A610E5 for ; Wed, 3 Nov 2021 16:18:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232777AbhKCQVe (ORCPT ); Wed, 3 Nov 2021 12:21:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55558 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232101AbhKCQVa (ORCPT ); Wed, 3 Nov 2021 12:21:30 -0400 Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 54A7FC061203 for ; Wed, 3 Nov 2021 09:18:53 -0700 (PDT) Received: by mail-lj1-x232.google.com with SMTP id 1so4762685ljv.2 for ; Wed, 03 Nov 2021 09:18:53 -0700 (PDT) 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=lKZRM9TUFkVAeIb2C2Wso1kpJ0hOy7Q/4bXfr6arM1E=; b=dAvBHeKf4Qe6/Zt+fMgW+K0cbNVBgn5eP7UboBVX/IgaWCdhTUy7zaNXykU/kFaE6p 73FFkm2wlVBYl8CIIOpl34J2Agfp5zsexl3n5+TB2EHv7/k1yBlMdCnZ8GLaost93oZl CgSkB8hLB4SEeeMLvVQUMh15LaEYc2p7Ljabo= 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=lKZRM9TUFkVAeIb2C2Wso1kpJ0hOy7Q/4bXfr6arM1E=; b=KAkZZgmkWhYY3ikdJTeuf/WrtUnHlwiJ18G1iQmQOmfeXPxVEa2CWv4PGk9adQGFnR onb6PJ0DsgBbAyx4g2xim240EHP0ZXnvTZ7hkuokANI5WWnc30gr2cJzhaaWLeVs5++U NfsSF5gL5rbIEdNE0dSPObh4/BD9sa4J3267uPO3Yw5Far9ovX2vSXCNKMPPUXDJ9d+R ujwSTido1lTq8ooTCNf+W+NaT/fQ6mDe+87cu4KgMed4QMNhAaOnNRLr4e8MJi35MN2+ 6vbvPhZm7dwdHFnZnvICBSbpbyKiovTMuCiffPUZR08O4H32sxZRdtBoipYz/UDbBSrR fKWg== X-Gm-Message-State: AOAM531Z0lRuKAlnLh6QDThM8FboHkHOGAnS+5WlW6ZRyz+JKWun7Bh9 TiAZdaV4RYZwP/uwMQ5WxybsoL4vm2CYz1b6aWZHYx0NADMJvQ== X-Google-Smtp-Source: ABdhPJwGtNFUjhgfwyP/7wcssx6KZPZbLQ+EQGmtuh5R31Mn16RgF5E3uRLtGagWxPk5lXX1Q3a48F6KWC1hH5yqg0I= X-Received: by 2002:a2e:8605:: with SMTP id a5mr49690291lji.107.1635956331518; Wed, 03 Nov 2021 09:18:51 -0700 (PDT) MIME-Version: 1.0 References: <006a01d7cead$b9262d70$2b728850$@lucidpixels.com> <50a16ee2-dfa4-d009-17c5-1984cf0a6161@linux.vnet.ibm.com> In-Reply-To: <50a16ee2-dfa4-d009-17c5-1984cf0a6161@linux.vnet.ibm.com> From: Justin Piszcz Date: Wed, 3 Nov 2021 12:18:40 -0400 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 1, 2021 at 4:03 PM Douglas Miller wrote: > > I have seen a problem, with a different adapter and arch but similar > symptoms, where 5.14 worked and 5.15 did not. That was tracked down to a > difference in IRQ domain handling between the two kernels, resulting in > an IRQ essentially not working anymore. The fix was arch-specific and > not x86_64, but might be of interest: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=5a4b0320783a > Thanks!-- Has anyone else reading run into this issue and/or are there any suggestions how I can troubleshoot this further (as all -rc's have the same issue)? [ .. ]