[PATCH tip/core/rcu 16/24] rcutorture: Consider FROZEN hotplug notifier transitions

2016-04-12 Thread Paul E. McKenney
From: Anna-Maria Gleixner The hotplug notifier rcutorture_cpu_notify() doesn't consider the corresponding CPU_XXX_FROZEN transitions. They occur on suspend/resume and are usually handled the same way as the corresponding non frozen transitions. Mask the switch case action argument with '~CPU_TAS

rcutorture: Consider FROZEN hotplug notifier transitions

2016-03-19 Thread Anna-Maria Gleixner
The hotplug notifier rcutorture_cpu_notify() doesn't consider the corresponding CPU_XXX_FROZEN transitions. They occure on suspend/resume and are usually handled the same way as the corresponding non frozen transitions. Mask the switch case action argument with '~CPU_TASKS_FROZEN' to map CPU_XXX_F

Re: rcutorture: Consider FROZEN hotplug notifier transitions

2016-03-18 Thread Paul E. McKenney
On Thu, Mar 17, 2016 at 11:14:35AM +0100, Anna-Maria Gleixner wrote: > The hotplug notifier rcutorture_cpu_notify() doesn't consider the > corresponding CPU_XXX_FROZEN transitions. They occure on > suspend/resume and are usually handled the same way as the > corresponding non frozen transitions. >