Skip to content
Commit 5ecbe3c3 authored by Helge Deller's avatar Helge Deller Committed by Linus Torvalds
Browse files

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: default avatarHelge Deller <deller@gmx.de>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent e7c0d3da
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment