]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfa209ab72ba9cc793bad35b99e8d1ca420a67a6d
tree7ee581a1ebe2f679139565df933ff13bb2c0beec
parentb111c4ce5ed6448e9725e489cb4ae3f41762714e
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