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)
commit4a4962263f07d14660849ec134ee42b63e95ea9a
tree0edfe694167c224a6d9e48901743edd478a71c29
parent94a8d5caba74211ec76dac80fc6e2d5c391530df
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