Re: [PATCH v2 3/4] jump_label: Provide hotplug context variants

2017-08-02 Thread Marc Zyngier
On 02/08/17 15:37, Peter Zijlstra wrote: > On Tue, Aug 01, 2017 at 09:02:56AM +0100, Marc Zyngier wrote: >> As using the normal static key API under the hotplug lock is >> pretty much impossible, let's provide a variant of some of them >> that require the hotplug lock to have already been taken. >>

Re: [PATCH v2 3/4] jump_label: Provide hotplug context variants

2017-08-02 Thread Peter Zijlstra
On Tue, Aug 01, 2017 at 09:02:56AM +0100, Marc Zyngier wrote: > As using the normal static key API under the hotplug lock is > pretty much impossible, let's provide a variant of some of them > that require the hotplug lock to have already been taken. > > These function are only meant to be used in

[PATCH v2 3/4] jump_label: Provide hotplug context variants

2017-08-01 Thread Marc Zyngier
As using the normal static key API under the hotplug lock is pretty much impossible, let's provide a variant of some of them that require the hotplug lock to have already been taken. These function are only meant to be used in CPU hotplug callbacks. Signed-off-by: Marc Zyngier --- Documentation