Re: [patch V3 02/32] cpu/hotplug: Provide lockdep_assert_cpus_held()

2017-05-24 Thread Paul E. McKenney
On Wed, May 24, 2017 at 10:15:13AM +0200, Thomas Gleixner wrote: > Provide a stub function which can be used in places where existing > get_online_cpus() calls are moved to call sites. > > This stub is going to be filled by the final conversion of the hotplug > locking mechanism to a percpu

Re: [patch V3 02/32] cpu/hotplug: Provide lockdep_assert_cpus_held()

2017-05-24 Thread Paul E. McKenney
On Wed, May 24, 2017 at 10:15:13AM +0200, Thomas Gleixner wrote: > Provide a stub function which can be used in places where existing > get_online_cpus() calls are moved to call sites. > > This stub is going to be filled by the final conversion of the hotplug > locking mechanism to a percpu

[patch V3 02/32] cpu/hotplug: Provide lockdep_assert_cpus_held()

2017-05-24 Thread Thomas Gleixner
Provide a stub function which can be used in places where existing get_online_cpus() calls are moved to call sites. This stub is going to be filled by the final conversion of the hotplug locking mechanism to a percpu rwsem. Signed-off-by: Thomas Gleixner ---

[patch V3 02/32] cpu/hotplug: Provide lockdep_assert_cpus_held()

2017-05-24 Thread Thomas Gleixner
Provide a stub function which can be used in places where existing get_online_cpus() calls are moved to call sites. This stub is going to be filled by the final conversion of the hotplug locking mechanism to a percpu rwsem. Signed-off-by: Thomas Gleixner --- include/linux/cpu.h |2 ++ 1