diff options
author | 2009-07-28 19:47:23 -0400 | |
---|---|---|
committer | 2009-07-30 16:44:06 -0700 | |
commit | ec30c5f3a18722f8fcf8c83146a10b03ac4d9ff1 (patch) | |
tree | fc343f7f608f4db5475abfdc8bbad3b0cfef69fd /drivers/base/platform.c | |
parent | Alan doesn't want to maintain tty code any more (diff) | |
download | wireguard-linux-ec30c5f3a18722f8fcf8c83146a10b03ac4d9ff1.tar.xz wireguard-linux-ec30c5f3a18722f8fcf8c83146a10b03ac4d9ff1.zip |
kprobes: Use kernel_text_address() for checking probe address
Use kernel_text_address() for checking probe address instead of
__kernel_text_address(), because __kernel_text_address() returns true
for init functions even after relaseing those functions.
That will hit a BUG() in text_poke().
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: Ananth N Mavinakayanahalli <ananth@in.ibm.com>
Cc: Jim Keniston <jkenisto@us.ibm.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/base/platform.c')
0 files changed, 0 insertions, 0 deletions