kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block
authorMasami Hiramatsu <[email protected]>
Tue, 19 Sep 2017 09:59:39 +0000 (18:59 +0900)
committerIngo Molnar <[email protected]>
Thu, 28 Sep 2017 07:23:03 +0000 (09:23 +0200)
commitcd52edad55fbcd8064877a77d31445b2fb4b85c3
tree5d27bbddf52356a31e32bd0ccb19a03442707a24
parent3539d09154e11336c31a900a9cd49e386ba6d9b2
kprobes/x86: Move the get_kprobe_ctlblk() into irq-disabled block

Since get_kprobe_ctlblk() accesses per-cpu variables
which calls smp_processor_id(), it must be called under
preempt-disabled or irq-disabled.

Signed-off-by: Masami Hiramatsu <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Ananth N Mavinakayanahalli <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E . McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Link: http://lkml.kernel.org/r/150581517952.32348.2655896843219158446.stgit@devbox
Signed-off-by: Ingo Molnar <[email protected]>
arch/x86/kernel/kprobes/opt.c