On Wed, May 24, 2017 at 10:15:26AM +0200, Thomas Gleixner wrote: > From: Sebastian Andrzej Siewior <[email protected]> > > stp_work_fn() holds get_online_cpus() while invoking stop_machine(). > > stop_machine() invokes get_online_cpus() as well. This is correct, but > prevents the conversion of the hotplug locking to a percpu rwsem. > > Use stop_machine_cpuslocked() to avoid the nested call. Convert > *_online_cpus() to the new interfaces while at it. > > Signed-off-by: Sebastian Andrzej Siewior <[email protected]> > Signed-off-by: Thomas Gleixner <[email protected]> > Cc: [email protected] > Cc: Peter Zijlstra <[email protected]> > Cc: Heiko Carstens <[email protected]> > Cc: Steven Rostedt <[email protected]> > Cc: David Hildenbrand <[email protected]> > Cc: Martin Schwidefsky <[email protected]> > > --- > arch/s390/kernel/time.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-)
Acked-by: Heiko Carstens <[email protected]>

