diff options
author | Paul E. McKenney <paul.mckenney@linaro.org> | 2012-01-10 14:23:29 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2012-02-21 09:03:37 -0800 |
commit | 8146c4e2e2c1972216afece5c50e072e86120e42 (patch) | |
tree | df8707527f59534595edb0be4f69255d4dff40c8 /sound | |
parent | 778d250a29224795e6320b58928bafa6b6104a06 (diff) | |
download | linux-8146c4e2e2c1972216afece5c50e072e86120e42.tar.gz linux-8146c4e2e2c1972216afece5c50e072e86120e42.tar.bz2 linux-8146c4e2e2c1972216afece5c50e072e86120e42.zip |
rcu: Check for callback invocation from offline CPUs
Because quiescent states are now reported from offline CPUs in
CPU_DYING state, there is some possibility that such a CPU might
note the end of a grace period and attempt to start invoking
callbacks. This would be a very bad thing, and is supposed to
be prevented by the fact that the CPU_DYING CPU gets rid of all
its callbacks before reporting the quiescent state. However,
there is other CPU-offline code in the kernel, and it is quite
possible that someone will invoke RCU core processing from that
code. Therefore, this commit adds a warning for this case.
Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'sound')
0 files changed, 0 insertions, 0 deletions