Re: [PATCH v3] dma-debug: print some unfreed allocations

From: Johannes Berg
Date: Wed Jun 08 2011 - 07:03:42 EST


On Mon, 2011-05-23 at 14:35 +0200, Roedel, Joerg wrote:

> > +#ifdef CONFIG_STACKTRACE
> > + num_show_pending_dent = debugfs_create_u32("num_show_pending", 0644,
> > + dma_debug_dent,
> > + &num_show_pending);
> > + if (!num_show_pending_dent)
> > + goto out_err;
> > +#endif
>
> Hmm, thinking more about this, do we need to introduce a new variable at
> all? It should fit well into the dma-api/all_errors and
> dma-api/num_errors configurables.

I see something similar was merged printing just the first one (and
without stack trace it seems?). Are you still interested in this?

johannes

--
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/