Files
android_kernel_xiaomi_sm8450/arch/sparc/kernel
Thomas Gleixner f2545b2d4c jump_label: Reorder hotplug lock and jump_label_lock
The conversion of the hotplug locking to a percpu rwsem unearthed lock
ordering issues all over the place.

The jump_label code has two issues:

 1) Nested get_online_cpus() invocations

 2) Ordering problems vs. the cpus rwsem and the jump_label_mutex

To cure these, the following lock order has been established;

   cpus_rwsem -> jump_label_lock -> text_mutex

Even if not all architectures need protection against CPU hotplug, taking
cpus_rwsem before jump_label_lock is now mandatory in code pathes which
actually modify code and therefor need text_mutex protection.

Move the get_online_cpus() invocations into the core jump label code and
establish the proper lock order where required.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Ingo Molnar <mingo@kernel.org>
Acked-by: "David S. Miller" <davem@davemloft.net>
Cc: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Chris Metcalf <cmetcalf@mellanox.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sebastian Siewior <bigeasy@linutronix.de>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Jason Baron <jbaron@akamai.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Link: http://lkml.kernel.org/r/20170524081549.025830817@linutronix.de
2017-05-26 10:10:45 +02:00
..
2008-12-04 09:17:15 -08:00
2014-05-18 19:01:30 -07:00
2014-05-18 19:01:29 -07:00
2008-12-04 09:17:21 -08:00
2016-08-07 23:55:43 -04:00
2008-12-04 09:17:21 -08:00
2017-03-28 18:24:00 -04:00
2016-08-07 23:55:43 -04:00
2016-11-18 11:16:59 -08:00
2016-08-07 23:55:43 -04:00
2016-07-27 22:53:17 -07:00
2008-12-04 09:17:21 -08:00
2008-12-04 09:17:21 -08:00
2015-03-19 10:17:22 -05:00
2016-12-11 18:01:51 -08:00
2017-03-27 21:51:40 -07:00
2015-03-19 18:54:49 -07:00
2013-06-13 22:12:14 +01:00
2012-03-28 18:30:03 +01:00
2017-03-27 21:51:40 -07:00
2017-03-27 21:51:40 -07:00
2008-12-04 09:17:21 -08:00
2014-07-21 22:27:56 -07:00
2017-04-23 18:28:55 -07:00
2017-04-23 18:28:55 -07:00
2017-02-23 08:30:28 -08:00
2017-03-27 21:51:40 -07:00
2017-03-27 21:51:40 -07:00