From mboxrd@z Thu Jan 1 00:00:00 1970 From: saeed.bishara@gmail.com (saeed bishara) Date: Thu, 18 Mar 2010 15:42:25 +0200 Subject: Highmem issues with MMC filesystem In-Reply-To: <20100318112453.GA19544@n2100.arm.linux.org.uk> References: <037201cac5d7$6c5b8c60$LocalHost@wipblrx0099946> <043e01cac5df$c3ec1b90$LocalHost@wipblrx0099946> <20100318092352.GD8267@n2100.arm.linux.org.uk> <20100318112453.GA19544@n2100.arm.linux.org.uk> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org > In no case does the kernel ever clean user space cache lines for DMA; > that's not the responsibility of the DMA API. I understand that it's not the DMA API's responsibility to flush user space cache lines, but other parts of the kernel should do that right? otherwise DIRECT_IO won't work (though the issue here has nothing to do with DIRECT_IO). saeed