Re: [PATCH 08/16] dma-debug: add core checking functions

From: Joerg Roedel
Date: Thu Feb 12 2009 - 09:49:39 EST


On Thu, Feb 05, 2009 at 09:07:59PM +0000, David Woodhouse wrote:
> On Mon, 2009-01-19 at 15:46 +0100, Joerg Roedel wrote:
> >
> > + if (ref->type != entry->type) {
> > + err_printk(ref->dev, "DMA-API: device driver frees "
> > + "DMA memory with wrong function "
> > + "[device address=0x%016llx] [size=%llu bytes] "
> > + "[mapped as %s] [unmapped as %s]\n",
> > + ref->dev_addr, ref->size,
> > + type2name[entry->type], type2name[ref->type]);
>
> e1000e 0000:00:19.0: DMA-API: device driver frees DMA memory with wrong
> function [device address=0x00000000ffedc002] [size=90 bytes] [mapped as
> single] [unmapped as page]
>
>
> <davem> That debug check is excessive, substituting those two things
> works for every DMA API implementation I am aware of

True. Buts it is an API violation, isn't it?

Joerg

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/