From: Laura Abbott Date: Wed, 25 Feb 2015 22:14:57 +0000 (-0800) Subject: kernel/module.c: Update debug alignment after symtable generation X-Git-Tag: omap-for-v4.1/wl12xx-dt~52^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168e47f2a6581fdbc5bb1845aeca1e50e2bc5c4b;p=pandora-kernel.git kernel/module.c: Update debug alignment after symtable generation When CONFIG_DEBUG_SET_MODULE_RONX is enabled, the sizes of module sections are aligned up so appropriate permissions can be applied. Adjusting for the symbol table may cause them to become unaligned. Make sure to re-align the sizes afterward. Signed-off-by: Laura Abbott Acked-by: Rusty Russell Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed