git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b438a2
)
[PATCH] kretprobe: fix kretprobe-booster to save regs and set status
author
Masami Hiramatsu
<masami.hiramatsu.pt@hitachi.com>
Thu, 9 Nov 2006 01:44:49 +0000
(17:44 -0800)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Thu, 9 Nov 2006 02:29:24 +0000
(18:29 -0800)
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 <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/kprobes.c
patch
|
blob
|
history
diff --cc
arch/i386/kernel/kprobes.c
Simple merge