]> git.baikalelectronics.ru Git - kernel.git/commit
x86: fix kprobe_handler reenable preemption
authorMasami Hiramatsu <mhiramat@redhat.com>
Wed, 30 Jan 2008 12:32:01 +0000 (13:32 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 30 Jan 2008 12:32:01 +0000 (13:32 +0100)
commit78ab3f8b51a42e24c11a5b6a3814c7e56bac3b23
treedec203db1d6e84669bd934bf64127501720f8e20
parent8650cea9ceced9b67c51eb517d7c92e71fb9768f
x86: fix kprobe_handler reenable preemption

Fix a preemption bug in kprobe_handler(). It has to call preempt_enable()
before returning.

Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/kprobes.c