[<prev] [next>] [day] [month] [year] [list]
Message-Id: <4A4A1BE50200007800008366@vpn.id2.novell.com>
Date: Tue, 30 Jun 2009 13:06:29 +0100
From: "Jan Beulich" <JBeulich@...ell.com>
To: "Rusty Russell" <rusty@...tcorp.com.au>
Cc: <linux-kernel@...r.kernel.org>
Subject: [PATCH 0/2] avoid retaining unnecessary symbol information for
loaded modules with kallsyms
Only defined non-absolute non-section symbols in non-init sections
need to be retained for kallsyms use (and even then in the common case
only text symbols are realy interesting). Therefore, the storage used
for all other symbols can be recovered.
The first patch re-arranges the ELF symbol table accordingly, while the
second patch also optimizaes the referenced string table.
Signed-off-by: Jan Beulich <jbeulich@...ell.com>
--
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