[PATCH RT 4/7] lockdep: Handle statically initialized PER_CPU locks proper

2017-03-08 Thread Steven Rostedt
3.10.105-rt120-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner If a PER_CPU struct which contains a spin_lock is statically initialized via: DEFINE_PER_CPU(struct foo, bla) = { .lock =

[PATCH RT 4/7] lockdep: Handle statically initialized PER_CPU locks proper

2017-03-08 Thread Steven Rostedt
3.10.105-rt120-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner If a PER_CPU struct which contains a spin_lock is statically initialized via: DEFINE_PER_CPU(struct foo, bla) = { .lock = __SPIN_LOCK_UNLOCKED(bla.lock)

[PATCH RT 4/7] lockdep: Handle statically initialized PER_CPU locks proper

2017-03-08 Thread Steven Rostedt
3.12.70-rt95-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner If a PER_CPU struct which contains a spin_lock is statically initialized via: DEFINE_PER_CPU(struct foo, bla) = { .lock =

[PATCH RT 4/7] lockdep: Handle statically initialized PER_CPU locks proper

2017-03-08 Thread Steven Rostedt
3.12.70-rt95-rc1 stable review patch. If anyone has any objections, please let me know. -- From: Thomas Gleixner If a PER_CPU struct which contains a spin_lock is statically initialized via: DEFINE_PER_CPU(struct foo, bla) = { .lock = __SPIN_LOCK_UNLOCKED(bla.lock) };