From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753774Ab3KLKWY (ORCPT ); Tue, 12 Nov 2013 05:22:24 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:42642 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751807Ab3KLKWW (ORCPT ); Tue, 12 Nov 2013 05:22:22 -0500 Date: Tue, 12 Nov 2013 10:19:55 +0000 From: Russell King - ARM Linux To: Stefano Stabellini Cc: Grant Likely , Rob Herring , linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: Re: [PATCH] of: set dma_mask to point to coherent_dma_mask Message-ID: <20131112101955.GF16735@n2100.arm.linux.org.uk> References: <1383109522-6879-1-git-send-email-robherring2@gmail.com> <20131102180724.D8FC5C40F02@trevor.secretlab.ca> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Nov 11, 2013 at 04:59:14PM +0000, Stefano Stabellini wrote: > On Wed, 6 Nov 2013, Stefano Stabellini wrote: > > On Sat, 2 Nov 2013, Grant Likely wrote: > > > On Wed, 30 Oct 2013 00:05:22 -0500, Rob Herring wrote: > > > > From: Rob Herring > > > > > > > > Platform devices created by DT code don't initialize dma_mask pointer to > > > > anything. Set it to coherent_dma_mask by default if the architecture > > > > code has not set it. > > > > > > > > Signed-off-by: Rob Herring > > > > > > I believe this is okay. I haven't done any testing to back up that > > > opinion though. > > > > Tested-by: Stefano Stabellini > > BTW I hope you are planning on sending this upstream soon, because > without it I can very easily corrupt my root fs by simply booting the system. What's the mechanism for that corruption? Having the DMA mask not set should not cause DMA corruption - that hints at something else being wrong, and that needs to be investigated.