From: Ashutosh Naik Date: Sun, 8 Jan 2006 09:04:25 +0000 (-0800) Subject: [PATCH] modules: prevent overriding of symbols X-Git-Tag: v2.6.16-rc1~722 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eea8b54dc0dceb740da697a89c54d20dde340306;p=pandora-kernel.git [PATCH] modules: prevent overriding of symbols Ensure that an exported symbol does not already exist in the kernel or in some other module's exported symbol table. This is done by checking the symbol tables for the exported symbol at the time of loading the module. Currently this is done after the relocation of the symbol. Signed-off-by: Ashutosh Naik Signed-off-by: Anand Krishnan Cc: Rusty Russell Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed