From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932538AbcBHSEu (ORCPT ); Mon, 8 Feb 2016 13:04:50 -0500 Received: from foss.arm.com ([217.140.101.70]:35374 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932356AbcBHSEs (ORCPT ); Mon, 8 Feb 2016 13:04:48 -0500 Date: Mon, 8 Feb 2016 18:04:19 +0000 From: Mark Rutland To: Robin Murphy Cc: Brian Starkey , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, Michal Nazarewicz , Catalin Marinas , Andrew Morton , Dan Williams , linux-arm-kernel@lists.infradead.org Subject: Re: [RESEND2 PATCH 0/3] Fix kernel panic in dma-coherent Message-ID: <20160208180418.GE15443@leverpostej> References: <20160208175054.GD15443@leverpostej> <56B8D77D.3050305@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56B8D77D.3050305@arm.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 08, 2016 at 05:59:25PM +0000, Robin Murphy wrote: > Hi Mark, > > On 08/02/16 17:50, Mark Rutland wrote: > >On Mon, Feb 08, 2016 at 05:30:49PM +0000, Brian Starkey wrote: > >>Hi, > >> > >>I'm resending these again to try and garner some interest. Without > >>this series, dma-coherent cannot be used on arm64 platforms. > > > >I think you need to characterize that a bit better. I see plenty of > >instances of 'dma-coherent' in dts files, assuming you mean the DT > >dma-coehrent property. > > > >If not, feel free to stop reading now. > > Terminology overload: the dma-coherent DT property is about devices > having cache-coherent access to system memory within the linear map. > The dma-coherent thing here is pretty much the precise opposite of > that - namely creating CPU mappings for memory which belongs to the > device itself and may be behind an I/O bus (e.g. a framebuffer on a > video card). Phew. Sorry for the noise, and thanks for setting me straight! Mark.