From: bibo,mao Date: Sun, 26 Mar 2006 09:38:21 +0000 (-0800) Subject: [PATCH] kprobe handler: discard user space trap X-Git-Tag: v2.6.17-rc1~573 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2326c77017c79fd6d55c69d8a49a57a252921bcd;p=pandora-kernel.git [PATCH] kprobe handler: discard user space trap Currently kprobe handler traps only happen in kernel space, so function kprobe_exceptions_notify should skip traps which happen in user space. This patch modifies this, and it is based on 2.6.16-rc4. Signed-off-by: bibo mao Cc: Ananth N Mavinakayanahalli Cc: "Keshavamurthy, Anil S" Cc: Signed-off-by: Prasanna S Panchamukhi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed