Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758059AbYKVDbe (ORCPT ); Fri, 21 Nov 2008 22:31:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753505AbYKVDbW (ORCPT ); Fri, 21 Nov 2008 22:31:22 -0500 Received: from sh.osrg.net ([192.16.179.4]:38491 "EHLO sh.osrg.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753621AbYKVDbV (ORCPT ); Fri, 21 Nov 2008 22:31:21 -0500 Date: Sat, 22 Nov 2008 12:27:43 +0900 To: mingo@elte.hu Cc: joerg.roedel@amd.com, dwmw2@infradead.org, mingo@redhat.com, tglx@linutronix.de, netdev@vger.kernel.org, iommu@lists.linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/10] DMA-API debugging facility From: FUJITA Tomonori In-Reply-To: <20081121174551.GC4336@elte.hu> References: <1227288269.4901.222.camel@macbook.infradead.org> <20081121172722.GG1386@amd.com> <20081121174551.GC4336@elte.hu> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20081122122730W.fujita.tomonori@lab.ntt.co.jp> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1585 Lines: 32 On Fri, 21 Nov 2008 18:45:51 +0100 Ingo Molnar wrote: > > * Joerg Roedel wrote: > > > On Fri, Nov 21, 2008 at 05:24:29PM +0000, David Woodhouse wrote: > > > On Fri, 2008-11-21 at 18:20 +0100, Joerg Roedel wrote: > > > > Ok, I will move the generic bits to lib/ and include/linux and let > > > > architectures decide if they want to use it. > > > > > > Once you've done that, I'll try to hook it up on PowerPC to make > > > sure it works there. > > > > Ok, cool. Thanks > > i'll give it a whirl on x86 once the allocation bug is resolved. x86 > testing will be the most interesting in practice, because most drivers > there are developed with no dynamic DMA in mind. (many of the x86 > drivers were developed before IOMMUs were supported in Linux) Yeah, one of the problems due to this is that some drivers wrongly assume that the dma mapping operations never fail (they do DMA with a wrong address). With VT-d and AMD IOMMU, the dma mapping operations fail just because of OOM. Some time ago, I hooked the fault injection mechanism to the dma mapping operations (I linked struct fault_attr to struct pci_dev so you can make dma_map_single/sg fail with a particular pci device). It might interest some people: git://git.kernel.org/pub/scm/linux/kernel/git/tomo/linux-2.6-misc.git dmafault -- 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/