]> git.baikalelectronics.ru Git - kernel.git/commit
module: reduce symbol table for loaded modules (v2)
authorJan Beulich <JBeulich@novell.com>
Mon, 6 Jul 2009 13:50:42 +0000 (14:50 +0100)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 24 Sep 2009 15:02:57 +0000 (00:32 +0930)
commit37276a72a207819057417906f53512516fd6e4af
tree0edfe694167c224a6d9e48901743edd478a71c29
parent90e6c5857de7d9e582ff0972a8e2f77a187615fb
module: reduce symbol table for loaded modules (v2)

Discard all symbols not interesting for kallsyms use: absolute,
section, and in the common case (!KALLSYMS_ALL) data ones.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/module.h
kernel/module.c