commit | 168e47f2a6581fdbc5bb1845aeca1e50e2bc5c4b | [log] [tgz] |
---|---|---|
author | Laura Abbott <lauraa@codeaurora.org> | Wed Feb 25 14:14:57 2015 -0800 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Mar 06 12:04:22 2015 +0000 |
tree | 7ee581a1ebe2f679139565df933ff13bb2c0beec | |
parent | 8b5f5a073fda33bbe96b3eb1bffca32010ccaf0e [diff] |
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 <lauraa@codeaurora.org> Acked-by: Rusty Russell <rusty@rustcorp.com.au> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>