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=-3.8 required=3.0 tests=BAYES_00, 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 20FB9C4361B for ; Mon, 14 Dec 2020 18:34:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E65E42250F for ; Mon, 14 Dec 2020 18:34:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2440880AbgLNSeB (ORCPT ); Mon, 14 Dec 2020 13:34:01 -0500 Received: from youngberry.canonical.com ([91.189.89.112]:33588 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2440896AbgLNSdz (ORCPT ); Mon, 14 Dec 2020 13:33:55 -0500 Received: from mail-ed1-f72.google.com ([209.85.208.72]) by youngberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1kosem-0007v8-4H for linux-pci@vger.kernel.org; Mon, 14 Dec 2020 18:33:12 +0000 Received: by mail-ed1-f72.google.com with SMTP id ca7so8747894edb.12 for ; Mon, 14 Dec 2020 10:33:12 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=vC5rTts+mOzcrtivhr5wMtWrTwvDKun97Izjg1g5DwM=; b=OUCFU9I9AA+0WjW88BiOOTP8RphkQ+r6+Z8fyhWlfTi184clYhIg7OqunaLzDEIVHN aziNmUr9IG1OeYZaSgJAt/+RC1C3GDcz6CK1XNwpBE5NMVAFOLGoS076dN8oDzWZEhFE z/fVgC/3i0mVR+5NVxQ4kDea1fRbncO6zZ+pMWkyAVAJLduGB7fzIZdKjbwpZvpYG2xw rzjhFT1R+rZ/lqY/1u3/oweIMFRkHCVpB2oaI9QLykcJ+TFvnCtrxgmphbs+Oz/knXvi DiHuTsw2LVJBb6BVmHXmbh+86+nYHgxV2f5Be+qu/f5+5uvoro3ephG8oyFnggAEWk3D k/0g== X-Gm-Message-State: AOAM532zOWjMiR7bpMezTxYAIH6o/PhWYWNGbh8zWGFmvC9Ke6WVkXI8 32NsetB7jBVlQCNeXsgU/1PLO0AvhRxOxf+lDZOtCIMyx4Dw4s2stCHpdYw63NjlZRiMyZy5qt6 HMmk5qcL0kmf4YJFvHsT42K7l5JBblmSuDaZHJtCkJa1CWSQ0Ah9T+Q== X-Received: by 2002:a50:ed04:: with SMTP id j4mr26821193eds.84.1607970791737; Mon, 14 Dec 2020 10:33:11 -0800 (PST) X-Google-Smtp-Source: ABdhPJxKhS9zZJoH5y+WjTKhFM+13gIWs9+51ExLKCSPqVyqui+xXMHuPFwo81j9PBZsvzg/q2ofOvchb4pAtUadEkg= X-Received: by 2002:a50:ed04:: with SMTP id j4mr26821177eds.84.1607970791542; Mon, 14 Dec 2020 10:33:11 -0800 (PST) MIME-Version: 1.0 References: <20201130202021.GA1106292@bjorn-Precision-5520> In-Reply-To: <20201130202021.GA1106292@bjorn-Precision-5520> From: Guilherme Piccoli Date: Mon, 14 Dec 2020 15:32:35 -0300 Message-ID: Subject: Re: [PATCH 1/3] x86/quirks: Scan all busses for early PCI quirks To: Bjorn Helgaas Cc: "Eric W. Biederman" , Thomas Gleixner , lukas@wunner.de, linux-pci@vger.kernel.org, Pingfan Liu , andi@firstfloor.org, "H. Peter Anvin" , Baoquan He , "the arch/x86 maintainers" , Sinan Kaya , Ingo Molnar , Jay Vosburgh , Dave Young , Gavin Guo , Borislav Petkov , Bjorn Helgaas , Guowen Shan , "Rafael J. Wysocki" , "Guilherme G. Piccoli" , kexec mailing list , LKML , Dan Streetman , Vivek Goyal Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Thank you for the clarification Bjorn! I was on vacation..sorry for my delay. Closing the loop here, I understand we're not getting this patch merged (due to its restriction to domain 0) and there was a suggestion in the thread of trying to block MSIs from the IOMMU init code (which also have the restriction of only working in iommu-enabled systems). Hope the thread is helpful and if somebody faces this issue, can comment here and at least find this approach, maybe test the patch. Thanks to all involved!