Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp844212yba; Thu, 18 Apr 2019 10:28:58 -0700 (PDT) X-Google-Smtp-Source: APXvYqxYv4uBzA104LJJaW+QJ+Nmi1B0DAWPZYQxSnvQokn2scRrmzDBBSHgcTU5WsMVe8uwVkfR X-Received: by 2002:a62:1acb:: with SMTP id a194mr7868009pfa.252.1555608538720; Thu, 18 Apr 2019 10:28:58 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555608538; cv=none; d=google.com; s=arc-20160816; b=JI7B+TuAhP6Ta+0kGtkRDBdCmRtiu9euuHWqUGVXvTEpIMsVOgEqWEAIJanGHt/vnU RKjCFwOgwUxGubaKgBwjv0gsLpbNK84ObvVcvnXtKi6XMGQlD/yqc0GfkF/uFoD3+GfJ qfzNlC4fCr9gNSGj4buifium+pwszmFYsE5PGINiNtxUaz6L8EQuAtC7HLlmj8lVHgq+ TlXgwPvuIKo/10v7bc1kHuyljV1tCHRKq/Kxvz+D7RXFiLOG4JJ1mpNfxsHzdp3lvB78 8x1jkz7EKnwcGz0nYbe4+N8xe4l4FTZCFSPAi/11beG2zIsxcEUIHRZ0T2mzpzuXiBlW lPgQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=6z5OFNWMVoTovjZFN7dseM8GRxtjj9LcOV5SqDcxRKg=; b=bMX0opgXvCKfNMTA25xe1+jAcWTJkYmmEkIZ1g5pIDQD73I/mtOVu017ZmBvOj17wY sQBtTgNJCAjjzbDIL+1Sq+HL3uRHGO4jOqEiQeanAhgfcp14MJ+WeRmxt4vOO2VPmx9+ guHIGOKyxMBhJjMODbdYFiv7QpNnraPjqCGZoVaGtMlfE15sgUDXpj/ENp6eelfT2yPf oS2yzKz2c5Feh2anUNcRS3AZzkzOLcOPtl6JBeakyUpSSadqKcPr6WkDCIyqGS35uaQu 0Us6uf6mfHbUtgsgKLLKGOj3qsBFrM7dp3+7I45sWNaxhGzX5+TxY8dshfExgSsluqPa DdbA== ARC-Authentication-Results: i=1; mx.google.com; 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 d9si2279970pgp.336.2019.04.18.10.28.43; Thu, 18 Apr 2019 10:28:58 -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; 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 S2389839AbfDRR02 (ORCPT + 99 others); Thu, 18 Apr 2019 13:26:28 -0400 Received: from foss.arm.com ([217.140.101.70]:38064 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389826AbfDRR00 (ORCPT ); Thu, 18 Apr 2019 13:26:26 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 19C9E169E; Thu, 18 Apr 2019 10:26:26 -0700 (PDT) Received: from e108454-lin.cambridge.arm.com (e108454-lin.cambridge.arm.com [10.1.196.50]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D61FA3F557; Thu, 18 Apr 2019 10:26:23 -0700 (PDT) From: Julien Grall To: linux-kernel@vger.kernel.org, iommu@lists.linux-foundation.org Cc: logang@deltatee.com, douliyangs@gmail.com, miquel.raynal@bootlin.com, marc.zyngier@arm.com, jason@lakedaemon.net, tglx@linutronix.de, joro@8bytes.org, robin.murphy@arm.com, bigeasy@linutronix.de, linux-rt-users@vger.kernel.org, Julien Grall Subject: [PATCH 2/7] iommu/dma-iommu: Split iommu_dma_map_msi_msg in two parts Date: Thu, 18 Apr 2019 18:26:06 +0100 Message-Id: <20190418172611.21561-3-julien.grall@arm.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190418172611.21561-1-julien.grall@arm.com> References: <20190418172611.21561-1-julien.grall@arm.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On RT, the function iommu_dma_map_msi_msg may be called from non-preemptible context. This will lead to a splat with CONFIG_DEBUG_ATOMIC_SLEEP as the function is using spin_lock (they can sleep on RT). The function iommu_dma_map_msi_msg is used to map the MSI page in the IOMMU PT and update the MSI message with the IOVA. Only the part to lookup for the MSI page requires to be called in preemptible context. As the MSI page cannot change over the lifecycle of the MSI interrupt, the lookup can be cached and re-used later on. This patch split the function iommu_dma_map_msi_msg in two new functions: - iommu_dma_prepare_msi: This function will prepare the mapping in the IOMMU and store the cookie in the structure msi_desc. This function should be called in preemptible context. - iommu_dma_compose_msi_msg: This function will update the MSI message with the IOVA when the device is behind an IOMMU. Signed-off-by: Julien Grall --- drivers/iommu/dma-iommu.c | 43 ++++++++++++++++++++++++++++++++----------- include/linux/dma-iommu.h | 21 +++++++++++++++++++++ 2 files changed, 53 insertions(+), 11 deletions(-) diff --git a/drivers/iommu/dma-iommu.c b/drivers/iommu/dma-iommu.c index 77aabe637a60..f5c1f1685095 100644 --- a/drivers/iommu/dma-iommu.c +++ b/drivers/iommu/dma-iommu.c @@ -888,17 +888,17 @@ static struct iommu_dma_msi_page *iommu_dma_get_msi_page(struct device *dev, return NULL; } -void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) +int iommu_dma_prepare_msi(struct msi_desc *desc, phys_addr_t msi_addr) { - struct device *dev = msi_desc_to_dev(irq_get_msi_desc(irq)); + struct device *dev = msi_desc_to_dev(desc); struct iommu_domain *domain = iommu_get_domain_for_dev(dev); struct iommu_dma_cookie *cookie; - struct iommu_dma_msi_page *msi_page; - phys_addr_t msi_addr = (u64)msg->address_hi << 32 | msg->address_lo; unsigned long flags; - if (!domain || !domain->iova_cookie) - return; + if (!domain || !domain->iova_cookie) { + desc->iommu_cookie = NULL; + return 0; + } cookie = domain->iova_cookie; @@ -908,10 +908,33 @@ void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) * of an MSI from within an IPI handler. */ spin_lock_irqsave(&cookie->msi_lock, flags); - msi_page = iommu_dma_get_msi_page(dev, msi_addr, domain); + desc->iommu_cookie = iommu_dma_get_msi_page(dev, msi_addr, domain); spin_unlock_irqrestore(&cookie->msi_lock, flags); - if (WARN_ON(!msi_page)) { + return (desc->iommu_cookie) ? 0 : -ENOMEM; +} + +void iommu_dma_compose_msi_msg(int irq, struct msi_msg *msg) +{ + struct msi_desc *desc = irq_get_msi_desc(irq); + struct device *dev = msi_desc_to_dev(desc); + const struct iommu_domain *domain = iommu_get_domain_for_dev(dev); + const struct iommu_dma_msi_page *msi_page = desc->iommu_cookie; + + if (!domain || !domain->iova_cookie || WARN_ON(!msi_page)) + return; + + msg->address_hi = upper_32_bits(msi_page->iova); + msg->address_lo &= cookie_msi_granule(domain->iova_cookie) - 1; + msg->address_lo += lower_32_bits(msi_page->iova); +} + +void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) +{ + struct msi_desc *desc = irq_get_msi_desc(irq); + phys_addr_t msi_addr = (u64)msg->address_hi << 32 | msg->address_lo; + + if (WARN_ON(iommu_dma_prepare_msi(desc, msi_addr))) { /* * We're called from a void callback, so the best we can do is * 'fail' by filling the message with obviously bogus values. @@ -922,8 +945,6 @@ void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) msg->address_lo = ~0U; msg->data = ~0U; } else { - msg->address_hi = upper_32_bits(msi_page->iova); - msg->address_lo &= cookie_msi_granule(cookie) - 1; - msg->address_lo += lower_32_bits(msi_page->iova); + iommu_dma_compose_msi_msg(irq, msg); } } diff --git a/include/linux/dma-iommu.h b/include/linux/dma-iommu.h index e760dc5d1fa8..2f4b2c2cc859 100644 --- a/include/linux/dma-iommu.h +++ b/include/linux/dma-iommu.h @@ -71,12 +71,23 @@ void iommu_dma_unmap_resource(struct device *dev, dma_addr_t handle, size_t size, enum dma_data_direction dir, unsigned long attrs); /* The DMA API isn't _quite_ the whole story, though... */ +/* + * Map the MSI page in the IOMMU device and store it in @desc + * + * Return 0 if succeeded other an error if the preparation has failed. + */ +int iommu_dma_prepare_msi(struct msi_desc *desc, phys_addr_t msi_addr); + +/* Update the MSI message if required. */ +void iommu_dma_compose_msi_msg(int irq, struct msi_msg *msg); + void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg); void iommu_dma_get_resv_regions(struct device *dev, struct list_head *list); #else struct iommu_domain; +struct msi_desc; struct msi_msg; struct device; @@ -99,6 +110,16 @@ static inline void iommu_put_dma_cookie(struct iommu_domain *domain) { } +static inline int iommu_dma_prepare_msi(struct msi_desc *desc, + phys_addr_t msi_addr) +{ + return 0; +} + +static inline void iommu_dma_compose_msi_msg(int irq, struct msi_msg *msg) +{ +} + static inline void iommu_dma_map_msi_msg(int irq, struct msi_msg *msg) { } -- 2.11.0