]> git.baikalelectronics.ru Git - kernel.git/commit
kernel/extable: fix address-checks for core_kernel and init areas
authorHelge Deller <deller@gmx.de>
Thu, 28 Nov 2013 08:16:33 +0000 (09:16 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 28 Nov 2013 17:49:41 +0000 (09:49 -0800)
commitcdcd2eb48875c5d295104c8150120fcd71f3a141
tree6af02e022f77e0f166b1ed1f031a2cd73d92d5ce
parent69bd1d4f6c8af05ef0003a28e16a6b26ec670f01
kernel/extable: fix address-checks for core_kernel and init areas

The init_kernel_text() and core_kernel_text() functions should not
include the labels _einittext and _etext when checking if an address is
inside the .text or .init sections.

Signed-off-by: Helge Deller <deller@gmx.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
kernel/extable.c