From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752756AbbCJLGA (ORCPT ); Tue, 10 Mar 2015 07:06:00 -0400 Received: from pandora.arm.linux.org.uk ([78.32.30.218]:35058 "EHLO pandora.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751138AbbCJLF6 (ORCPT ); Tue, 10 Mar 2015 07:05:58 -0400 Date: Tue, 10 Mar 2015 11:05:38 +0000 From: Russell King - ARM Linux To: "Grygorii.Strashko@linaro.org" Cc: Andrew Morton , Arnd Bergmann , Tejun Heo , Tony Lindgren , "linux-mm@kvack.org" , linux-arm , "linux-omap@vger.kernel.org" , Laura Abbott , open list , Santosh Shilimkar , Catalin Marinas , Peter Ujfalusi Subject: Re: ARM: OMPA4+: is it expected dma_coerce_mask_and_coherent(dev, DMA_BIT_MASK(64)); to fail? Message-ID: <20150310110538.GK29584@n2100.arm.linux.org.uk> References: <54F8A68B.3080709@linaro.org> <20150305201753.GG29584@n2100.arm.linux.org.uk> <54FA2084.8050803@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <54FA2084.8050803@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Mar 06, 2015 at 11:47:48PM +0200, Grygorii.Strashko@linaro.org wrote: > Hi Russell, > > On 03/05/2015 10:17 PM, Russell King - ARM Linux wrote: > > On Thu, Mar 05, 2015 at 08:55:07PM +0200, Grygorii.Strashko@linaro.org wrote: > >> The dma_coerce_mask_and_coherent() will fail in case 'Example 3' and succeed in cases 1,2. > >> dma-mapping.c --> __dma_supported() > >> if (sizeof(mask) != sizeof(dma_addr_t) && <== true for all OMAP4+ > >> mask > (dma_addr_t)~0 && <== true for DMA_BIT_MASK(64) > >> dma_to_pfn(dev, ~0) < max_pfn) { <== true only for Example 3 > > > > Hmm, I think this may make more sense to be "< max_pfn - 1" here, as > > that would be better suited to our intention. > > > > The result of dma_to_pfn(dev, ~0) is the maximum PFN which we could > > address via DMA, but we're comparing it with the maximum PFN in the > > system plus 1 - so we need to subtract one from it. > > Ok. I'll try it. Any news on this - I think it is a real off-by-one bug which we should fix in any case. Thanks. -- FTTC broadband for 0.8mile line: currently at 10.5Mbps down 400kbps up according to speedtest.net.