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=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT 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 32663ECE58E for ; Thu, 17 Oct 2019 18:22:53 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 11487222BD for ; Thu, 17 Oct 2019 18:22:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2503286AbfJQSWb (ORCPT ); Thu, 17 Oct 2019 14:22:31 -0400 Received: from mail-pg1-f178.google.com ([209.85.215.178]:38539 "EHLO mail-pg1-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2503283AbfJQSWb (ORCPT ); Thu, 17 Oct 2019 14:22:31 -0400 Received: by mail-pg1-f178.google.com with SMTP id w3so1823596pgt.5 for ; Thu, 17 Oct 2019 11:22:30 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:date:message-id:mime-version :content-transfer-encoding:cc:from:to; bh=qJ6/zX4CJXyT8jN+BKjWcB5Fc+YC0TUGB76PLX5dDk8=; b=p8mMOA3DkFppamq6uK5IB/cW/vnj4DDtLTXFU/yjYZUNoCWxVCTcVxI8dDyqe2+sVD dK5bRTN2AXNTjgM+Eoe03Fiwbd+3w7xl2MVmmap1zKLVJHH2oIEpX5a7ApTrxc+ze+fE dblge3X0/gUS7VnPvcBEHEaetzOD5cNR8bh73bvH8VsRnd/8enll+mxPqcoPoWlk1wHo hGBaegezM3weoOtwWYFyDPdEHpEl0jcoRV/6amg36/GJR1V23Rwp2/od8V3hQCOOwJ5O crQxtz3HngDFoyaUZIYpMb5evMSjySVnJjdbhBDV4RdtvZjh7x+aTgXgoTn72NRiLdW8 JjEg== X-Gm-Message-State: APjAAAUwQ411OR3FBY0H11dTOMmFNkA0eIiDPfgSEcx4wFsbAeixSTvm 5CmIZ3hOd/Fh0QeeEP4f84ptvw== X-Google-Smtp-Source: APXvYqyJNHvaSBqrZiRuB0+cioJyGR8wen484kCJG+fmxEESVRjqBPiqSzXAunoRqzPXJMJEDNhhdA== X-Received: by 2002:a62:b504:: with SMTP id y4mr1684760pfe.198.1571336549961; Thu, 17 Oct 2019 11:22:29 -0700 (PDT) Received: from localhost ([12.206.222.5]) by smtp.gmail.com with ESMTPSA id p190sm3078797pfb.160.2019.10.17.11.22.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 17 Oct 2019 11:22:29 -0700 (PDT) Subject: PCI/MSI: Remove the PCI_MSI_IRQ_DOMAIN architecture whitelist Date: Thu, 17 Oct 2019 11:19:34 -0700 Message-Id: <20191017181937.7004-1-palmer@sifive.com> X-Mailer: git-send-email 2.21.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Cc: tony.luck@intel.com, fenghua.yu@intel.com, heiko.carstens@de.ibm.com, gor@linux.ibm.com, borntraeger@de.ibm.com, bhelgaas@google.com, will@kernel.org, Greg KH , Palmer Dabbelt , kstewart@linuxfoundation.org, pbonzini@redhat.com, firoz.khan@linaro.org, yamada.masahiro@socionext.com, longman@redhat.com, mingo@kernel.org, peterz@infradead.org, linux-ia64@vger.kernel.org, linux-kernel@vger.kernel.org, linux-s390@vger.kernel.org, linux-pci@vger.kernel.org From: Palmer Dabbelt To: Christoph Hellwig , michal.simek@xilinx.com, helgaas@kernel.org Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org This came up in the context of the microblaze port, where a patch was recently posted to extend the whitelist.