]> 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)
commit514e9009c4da5d8a2b606928435cd3299684ee0d
tree7ee581a1ebe2f679139565df933ff13bb2c0beec
parentb0f8fd543561174f7dfb90cf507b4db0f1123223
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