kernel/module.c: Update debug alignment after symtable generation
authorLaura Abbott <lauraa@codeaurora.org>
Wed, 25 Feb 2015 22:14:57 +0000 (14:14 -0800)
committerCatalin Marinas <catalin.marinas@arm.com>
Fri, 6 Mar 2015 12:04:22 +0000 (12:04 +0000)
commit168e47f2a6581fdbc5bb1845aeca1e50e2bc5c4b
tree7ee581a1ebe2f679139565df933ff13bb2c0beec
parent8b5f5a073fda33bbe96b3eb1bffca32010ccaf0e
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>
kernel/module.c