Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp3798529ybi; Mon, 29 Jul 2019 12:50:46 -0700 (PDT) X-Google-Smtp-Source: APXvYqzQa1cQ7xTrTt58DYWX/5kHf5W0hmrE1HWEBrCglQCyn4zdqzpQ0VPDiYMgKPcr9NOMdzv+ X-Received: by 2002:a65:4808:: with SMTP id h8mr104679780pgs.22.1564429845939; Mon, 29 Jul 2019 12:50:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1564429845; cv=none; d=google.com; s=arc-20160816; b=iX4L41LcGYLPiSbn2wy1ID5bDla75P6uWuj2PCWxTYF0g3mTXecrXs46gUoaFDSjCw u0hHMQNyjhUQwZCTjavm26LarWQ2NtkJWqIwgyPeKyYWIn+xs/H2uHLEdleRRozDBjJM OzlrBE0QPoh5/UzgM70/nE2M5SkiV3pwLlEv7koKHK+8xPbTCHEgqb31CYEEq8PTNnHS L19RWRwOzO4m5VPKuhm+Xo+qTQabTd5UuFFh7plc9o6CnZtI45E8XqDHWCi5jkN3QPnk mn3BT6RCIr7dn9SSTd6myOHsmzVqRcQuuBK0SRfLCHlVbU/IH+BbHnmq5t8jDr2/uWhl jC4w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=GBd6tXDM1033NPm2QgSSZH0GHyxKMJu6xGJwW9VLQ2o=; b=Czj9m8hzxHCvam8Q18eC26dt0/uIutYL9xUhwuNhahuwW7TP0e8rF82L9y+Z2SRQIy XOsS9vzg0ZAeoT6MmiRi05FmVJWIw/GWXmorLrtLhk73FANmKibzniLIM6w5P3EvZhk0 BuEl6amE7hAnIhBzgID95hNuRgv1pIUOvNFZFoKBc+i5CERdewIZ/2w24W7SiHGyieR/ 02ETJDI8kWZK1713qjKlO8OapOVQVqAPJH8yV1DHKxo5RexmB0U8+6rt8ttBHJzSqGSD KwYxC3BXWfF20Nope0kvFe/Bk9aIFORPiSX3HLFb4JEEHWIjPzjKMVGuRn0CZZFhXYjL 3zTg== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2T0w633t; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 32si28417594pgm.409.2019.07.29.12.50.31; Mon, 29 Jul 2019 12:50:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=2T0w633t; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390520AbfG2TtW (ORCPT + 99 others); Mon, 29 Jul 2019 15:49:22 -0400 Received: from mail.kernel.org ([198.145.29.99]:39840 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389952AbfG2TtV (ORCPT ); Mon, 29 Jul 2019 15:49:21 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B979321655; Mon, 29 Jul 2019 19:49:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564429760; bh=5/1+/5dgMPzyBWG77Deoy7BVzyNmK/nrMdMcLrKT4P8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=2T0w633tHoveZLBHnTEdCeQRdvj/KQ+RgrDRcl03tB7jPrSPr+gITcpRE6TaZyAjB mor7TRqYvuM6ci3W4uI73N8INriuMONB5GP8Td4WgKZFJ+VFpU9diqrXrWODW47kix CJTCVoMJBe6Noj2oTnLgljfOhTtm13bE9wVWsB94= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Marc Zyngier , Bharat Kumar Gogada , Lorenzo Pieralisi , Sasha Levin Subject: [PATCH 5.2 087/215] PCI: xilinx-nwl: Fix Multi MSI data programming Date: Mon, 29 Jul 2019 21:21:23 +0200 Message-Id: <20190729190754.527610184@linuxfoundation.org> X-Mailer: git-send-email 2.22.0 In-Reply-To: <20190729190739.971253303@linuxfoundation.org> References: <20190729190739.971253303@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org [ Upstream commit 181fa434d0514e40ebf6e9721f2b72700287b6e2 ] According to the PCI Local Bus specification Revision 3.0, section 6.8.1.3 (Message Control for MSI), endpoints that are Multiple Message Capable as defined by bits [3:1] in the Message Control for MSI can request a number of vectors that is power of two aligned. As specified in section 6.8.1.6 "Message data for MSI", the Multiple Message Enable field (bits [6:4] of the Message Control register) defines the number of low order message data bits the function is permitted to modify to generate its system software allocated vectors. The MSI controller in the Xilinx NWL PCIe controller supports a number of MSI vectors specified through a bitmap and the hwirq number for an MSI, that is the value written in the MSI data TLP is determined by the bitmap allocation. For instance, in a situation where two endpoints sitting on the PCI bus request the following MSI configuration, with the current PCI Xilinx bitmap allocation code (that does not align MSI vector allocation on a power of two boundary): Endpoint #1: Requesting 1 MSI vector - allocated bitmap bits 0 Endpoint #2: Requesting 2 MSI vectors - allocated bitmap bits [1,2] The bitmap value(s) corresponds to the hwirq number that is programmed into the Message Data for MSI field in the endpoint MSI capability and is detected by the root complex to fire the corresponding MSI irqs. The value written in Message Data for MSI field corresponds to the first bit allocated in the bitmap for Multi MSI vectors. The current Xilinx NWL MSI allocation code allows a bitmap allocation that is not a power of two boundaries, so endpoint #2, is allowed to toggle Message Data bit[0] to differentiate between its two vectors (meaning that the MSI data will be respectively 0x0 and 0x1 for the two vectors allocated to endpoint #2). This clearly aliases with the Endpoint #1 vector allocation, resulting in a broken Multi MSI implementation. Update the code to allocate MSI bitmap ranges with a power of two alignment, fixing the bug. Fixes: ab597d35ef11 ("PCI: xilinx-nwl: Add support for Xilinx NWL PCIe Host Controller") Suggested-by: Marc Zyngier Signed-off-by: Bharat Kumar Gogada [lorenzo.pieralisi@arm.com: updated commit log] Signed-off-by: Lorenzo Pieralisi Acked-by: Marc Zyngier Signed-off-by: Sasha Levin --- drivers/pci/controller/pcie-xilinx-nwl.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/drivers/pci/controller/pcie-xilinx-nwl.c b/drivers/pci/controller/pcie-xilinx-nwl.c index 3b031f00a94a..45c0f344ccd1 100644 --- a/drivers/pci/controller/pcie-xilinx-nwl.c +++ b/drivers/pci/controller/pcie-xilinx-nwl.c @@ -482,15 +482,13 @@ static int nwl_irq_domain_alloc(struct irq_domain *domain, unsigned int virq, int i; mutex_lock(&msi->lock); - bit = bitmap_find_next_zero_area(msi->bitmap, INT_PCI_MSI_NR, 0, - nr_irqs, 0); - if (bit >= INT_PCI_MSI_NR) { + bit = bitmap_find_free_region(msi->bitmap, INT_PCI_MSI_NR, + get_count_order(nr_irqs)); + if (bit < 0) { mutex_unlock(&msi->lock); return -ENOSPC; } - bitmap_set(msi->bitmap, bit, nr_irqs); - for (i = 0; i < nr_irqs; i++) { irq_domain_set_info(domain, virq + i, bit + i, &nwl_irq_chip, domain->host_data, handle_simple_irq, @@ -508,7 +506,8 @@ static void nwl_irq_domain_free(struct irq_domain *domain, unsigned int virq, struct nwl_msi *msi = &pcie->msi; mutex_lock(&msi->lock); - bitmap_clear(msi->bitmap, data->hwirq, nr_irqs); + bitmap_release_region(msi->bitmap, data->hwirq, + get_count_order(nr_irqs)); mutex_unlock(&msi->lock); } -- 2.20.1