linux_dsm_epyc7002/arch/arm/probes/kprobes
Thomas Gleixner 9489cc8f37 arm: Prevent hotplug rwsem recursion
The text patching functions which are invoked from jump_label and kprobes
code are protected against cpu hotplug at the call sites.

Use stop_machine_cpuslocked() to avoid recursion on the cpu hotplug
rwsem. stop_machine_cpuslocked() contains a lockdep assertion to catch any
unprotected callers.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@kernel.org>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Russell King <linux@armlinux.org.uk>
Cc: linux-arm-kernel@lists.infradead.org
Link: http://lkml.kernel.org/r/20170524081549.275871311@linutronix.de
2017-05-26 10:10:46 +02:00
..
actions-arm.c
actions-common.c
actions-thumb.c
checkers-arm.c
checkers-common.c
checkers-thumb.c
checkers.h
core.c arm: Prevent hotplug rwsem recursion 2017-05-26 10:10:46 +02:00
core.h
Makefile
opt-arm.c
test-arm.c
test-core.c arm: kprobes: Align stack to 8-bytes in test code 2017-03-21 16:24:19 +00:00
test-core.h
test-thumb.c