Re: [PATCH v3] kmemleak: add module param to print warnings to dmesg

2018-09-03 Thread Catalin Marinas
On Mon, Sep 03, 2018 at 04:40:46PM +0200, Vincent Whitchurch wrote: > Currently, kmemleak only prints the number of suspected leaks to dmesg > but requires the user to read a debugfs file to get the actual stack > traces of the objects' allocation points. Add a module option to print > the full ob

[PATCH v3] kmemleak: add module param to print warnings to dmesg

2018-09-03 Thread Vincent Whitchurch
Currently, kmemleak only prints the number of suspected leaks to dmesg but requires the user to read a debugfs file to get the actual stack traces of the objects' allocation points. Add a module option to print the full object information to dmesg too. It can be enabled with kmemleak.verbose=1 on