projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee386de
)
sh: kprobes: Fix up a preemption imbalance on jprobe return.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Sep 2008 09:14:50 +0000
(18:14 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Sep 2008 09:14:50 +0000
(18:14 +0900)
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/kernel/kprobes.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/sh/kernel/kprobes.c
b/arch/sh/kernel/kprobes.c
index 75accf9b4209b64f7adc6abfafd5e552aaf5df1e..f0e1c78d0bff566a8047657a8e87d402163d7383 100644
(file)
--- a/
arch/sh/kernel/kprobes.c
+++ b/
arch/sh/kernel/kprobes.c
@@
-542,6
+542,7
@@
int __kprobes longjmp_break_handler(struct kprobe *p, struct pt_regs *regs)
MIN_STACK_SIZE(stack_addr));
kcb->kprobe_status = KPROBE_HIT_SS;
+ preempt_enable_no_resched();
return 1;
}
return 0;