Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp2691848pxk; Mon, 14 Sep 2020 22:42:34 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw2rVcTK1vo9/WXZYqG8YuIpwkuGeOY2+1bf8neY8uPG2q/imLNhjh7O0PxAlTy9rrx928u X-Received: by 2002:aa7:ca46:: with SMTP id j6mr20348772edt.155.1600148554105; Mon, 14 Sep 2020 22:42:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600148554; cv=none; d=google.com; s=arc-20160816; b=JcF8eOTqbWdCmKMRxBitZZWB4mxOzRE3pCL1fyBXI3Ibvu+kicgWOiIWF7QD8ctJJ/ AJJuRmeQ+rlj26weRQp5tKS2iiO7Ch8SmjtBBSuATLLK39QAapgi4BUq0QC7BUrUY2ej 1iu5sepKPmblxxHQP6GUQy4MrSCMdv75wI4HAk3d813zSqcTykE0eG0bGZ4BgeTx/pVe ODo0ZmTbNkJolC6d1v+aAtYDHWAgReobeH/t1wGyUzCuznGX9I9ATH+4rKjPRpOJ7oPg gg6Ued8vMIkvIcmV4EY8PxWZTfZKKKs0Xbw+TIS6LZCIEleCXKx9NKNu9q7HBStFtOuw dixg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=rdlBYROCiWT9fGKBXRShE0Ghzs1Ncazq2tisB78F1sY=; b=HsKjoXdUBcj5DriWmDB4Kz0ExIeVCvgDpuge1KyE6Re1UxTIe1qYY7nJcHWFzpo/9i 7T6ZI42h31HVVyKVzZx2eDRRAyrL8H2Ele/wtEGJkkyX2Kto0Q8S8UShkd/eUHmGNmWo ojhmIGG2ys6gwl3pwXw23KVxc5dQ0qIcbD8KxxwQ1twkGxvJRaxY9mI9PgFOQry9SnHQ zDhjOTeeWe0pGdrFUJ3QiheQJ7jQxPUR8mGb+nAauZ6zjRDp12pRyrml5keRnmGzW5R/ xtBW0u4/DeTxaZ8VSl4pgikqLOsSY2rf+QHKKB7cQWa/AQ/NrXSbXQGslBDLOmfHBvRY 6KlA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id s14si8478863ejx.304.2020.09.14.22.42.11; Mon, 14 Sep 2020 22:42:34 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726136AbgIOFla (ORCPT + 99 others); Tue, 15 Sep 2020 01:41:30 -0400 Received: from verein.lst.de ([213.95.11.211]:46357 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726089AbgIOFl2 (ORCPT ); Tue, 15 Sep 2020 01:41:28 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id BC6A26736F; Tue, 15 Sep 2020 07:41:22 +0200 (CEST) Date: Tue, 15 Sep 2020 07:41:22 +0200 From: Christoph Hellwig To: Mathieu Poirier Cc: Christoph Hellwig , iommu@lists.linux-foundation.org, Russell King , Santosh Shilimkar , Greg Kroah-Hartman , Jim Quinlan , Nathan Chancellor , Florian Fainelli , Robin Murphy , Rob Herring , Frank Rowand , Ohad Ben-Cohen , Bjorn Andersson , linux-remoteproc@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sh@vger.kernel.org, linux-pci@vger.kernel.org, linux-acpi@vger.kernel.org, devicetree@vger.kernel.org, arnaud.pouliquen@st.com, loic.pallardy.st.com@lst.de Subject: Re: [PATCH 6/6] dma-mapping: introduce DMA range map, supplanting dma_pfn_offset Message-ID: <20200915054122.GA18079@lst.de> References: <20200914073343.1579578-1-hch@lst.de> <20200914073343.1579578-7-hch@lst.de> <20200914230147.GA3251212@xps15> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200914230147.GA3251212@xps15> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 14, 2020 at 05:01:47PM -0600, Mathieu Poirier wrote: [700 lines of the fullquote deleted..] > > + for (r = map; r->size; r++) > > + num_ranges++; > > + > > + new_map = kmemdup(map, array_size(num_ranges + 1, sizeof(*map)), > > + GFP_KERNEL); > > + if (!new_map) > > + return -ENOMEM; > > + to->dma_range_map = new_map; > > + return 0; > > +} > > + > > This patch seemed Ok to me but it broke the stm32 remoteproc implementation. When > I tested things out function dma_coerce_mask_and_cohenrent() returns -5 and the > rest of the initialisation fails. I isolated things to function dma_to_pfn() > [2]. In the original implementation __bus_to_pfn() returns 0xfffff and > dev->dma_pfn_offset is equal to 0x38000. As such the function returns 0x137fff > and dma_supported() a non-zero value[3]. > > With this set function dma_to_pfn() received a face lift. Function > __bus_to_pfn() still returns 0xfffff but translate_dma_to_phys() returns 0, > which forces dma_supported() to also return 0 and that is where the -5 (-EIO) > comes from. > > Taking a futher look at translate_dma_to_phy(), @dma_addr never falls within the > bus_dma_region ranges and returns 0. > > I'm suspecting an initialisation problem and if it occurred here, it will > likely show up elsewhere. Can you try this incremental patch? diff --git a/include/linux/dma-direct.h b/include/linux/dma-direct.h index 088c97181ab146..c6b21acba7a459 100644 --- a/include/linux/dma-direct.h +++ b/include/linux/dma-direct.h @@ -46,7 +46,7 @@ static inline phys_addr_t translate_dma_to_phys(struct device *dev, if (dma_addr >= m->dma_start && dma_addr - m->dma_start < m->size) return (phys_addr_t)dma_addr + m->offset; - return 0; + return (phys_addr_t)-1; } #ifdef CONFIG_ARCH_HAS_PHYS_TO_DMA