From: Masami Hiramatsu Date: Thu, 9 Nov 2006 01:44:49 +0000 (-0800) Subject: [PATCH] kretprobe: fix kretprobe-booster to save regs and set status X-Git-Tag: v2.6.19-rc6~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bdc052eccdc7893d075d3f1f7103594a458c8c4;p=pandora-kernel.git [PATCH] kretprobe: fix kretprobe-booster to save regs and set status There are two bugs in the kretprobe-booster. 1) It doesn't make room for gs registers. 2) It doesn't change status of the current kprobe. This status will effect the fault handling. This patch fixes these bugs and, additionally, saves skipped registers for compatibility with the original kretprobe. Signed-off-by: Masami Hiramatsu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed