Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965419Ab0BZQwK (ORCPT ); Fri, 26 Feb 2010 11:52:10 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:54646 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S965383Ab0BZQwH (ORCPT ); Fri, 26 Feb 2010 11:52:07 -0500 Date: Fri, 26 Feb 2010 11:52:07 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: Catalin Marinas cc: Benjamin Herrenschmidt , Matthew Dharm , , Russell King - ARM Linux , "Mankad,Maulik Ojas" , Sergei Shtylyov , Ming Lei , Sebastian Siewior , Oliver Neukum , linux-kernel , "Shilimkar,Santosh" , Pavel Machek , Greg KH , linux-arm-kernel , James Bottomley Subject: Re: USB mass storage and ARM cache coherency In-Reply-To: <1267201521.14703.50.camel@e102109-lin.cambridge.arm.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 789 Lines: 19 On Fri, 26 Feb 2010, Catalin Marinas wrote: > For mmap'ed pages (and present in the page cache), is it guaranteed that > the HCD driver won't write to it once it has been mapped into user > space? If that's the case, it may solve the problem by just reversing > the meaning of PG_arch_1 on ARM and assume that a newly allocated page > has dirty D-cache by default. Nothing is guaranteed. The HCD will write to wherever it is asked. If a driver does input to an mmap'ed page, the HCD won't even know that the page is mmap'ed. Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/