From: Keshavamurthy Anil S Date: Mon, 12 Dec 2005 08:37:33 +0000 (-0800) Subject: [PATCH] kprobes: no probes on critical path X-Git-Tag: v2.6.15-rc6~117 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00d7c05ab168c10f9b520e07400923267bc04419;p=pandora-kernel.git [PATCH] kprobes: no probes on critical path For Kprobes critical path is the path from debug break exception handler till the control reaches kprobes exception code. No probes can be supported in this path as we will end up in recursion. This patch prevents this by moving the below function to safe __kprobes section onto which no probes can be inserted. Signed-off-by: Anil S Keshavamurthy Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed