lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 08 Jun 2011 13:03:36 +0200
From:	Johannes Berg <johannes@...solutions.net>
To:	"Roedel, Joerg" <Joerg.Roedel@....com>
Cc:	linux-kernel <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v3] dma-debug: print some unfreed allocations

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ