aboutsummaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorOleg Nesterov <[email protected]>2006-01-10 17:24:53 +0300
committerLinus Torvalds <[email protected]>2006-01-10 08:49:47 -0800
commita9c828155ae8d1a1576f9648cc4d9677aea53f89 (patch)
tree7b087188579ff897332a767af1ff695ab5bc116f /scripts/patch-kernel
parent69a0b3157983925f14fe0bdc49622d5389538d8d (diff)
[PATCH] rcu: fix hotplug-cpu ->donelist leak
Pointed out by Srivatsa Vaddagiri <[email protected]>. rcu_do_batch() stops after processing maxbatch callbacks on ->donelist leaving rcu_tasklet in TASKLET_STATE_SCHED state. If CPU_DEAD event happens remaining ->donelist entries are lost, rcu_offline_cpu() kills this tasklet. With this patch ->donelist migrates along with ->curlist and ->nxtlist to the current cpu. Compile tested. Signed-off-by: Oleg Nesterov <[email protected]> Acked-by: Paul E. McKenney <[email protected]> Cc: Srivatsa Vaddagiri <[email protected]> Cc: Dipankar Sarma <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions