kmemleak: No need for scanning specific module sections
authorSteven Rostedt <rostedt@goodmis.org>
Wed, 15 May 2013 19:46:23 +0000 (20:46 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 17 May 2013 08:53:36 +0000 (09:53 +0100)
commit89c837351db0b9b52fd572ec8b0445a42e59b75c
tree8ca801aa87cc74ce286c6e75b010752e409f4856
parent06c9494c0e9bdfcaa14d6d2b096a0ff7abe8494f
kmemleak: No need for scanning specific module sections

As kmemleak now scans all module sections that are allocated, writable
and non executable, there's no need to scan individual sections that
might reference data.

Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
kernel/module.c