From: Masami Hiramatsu Date: Tue, 28 Jul 2009 23:47:23 +0000 (-0400) Subject: kprobes: Use kernel_text_address() for checking probe address X-Git-Tag: v2.6.31-rc5~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec30c5f3a18722f8fcf8c83146a10b03ac4d9ff1;p=pandora-kernel.git 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 Cc: Ananth N Mavinakayanahalli Cc: Jim Keniston Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed