Re: [Patch net] wl1251: add a missing spin_lock_init()

2017-07-21 Thread Kalle Valo
Pavel Machek writes: > On Thu 2017-07-06 15:00:37, Cong Wang wrote: >> This fixes the following kernel warning: >> >> [ 5668.771453] BUG: spinlock bad magic on CPU#0, kworker/u2:3/9745 >> [ 5668.771850] lock: 0xce63ef20, .magic: , .owner: /-1, >> .owner_cpu: 0 > ... >> by adding t

Re: [Patch net] wl1251: add a missing spin_lock_init()

2017-07-21 Thread Pavel Machek
Hi! On Thu 2017-07-06 15:00:37, Cong Wang wrote: > This fixes the following kernel warning: > > [ 5668.771453] BUG: spinlock bad magic on CPU#0, kworker/u2:3/9745 > [ 5668.771850] lock: 0xce63ef20, .magic: , .owner: /-1, > .owner_cpu: 0 ... > by adding the missing spin_lock_init().

Re: [Patch net] wl1251: add a missing spin_lock_init()

2017-07-07 Thread Pavel Machek
Hi! > This fixes the following kernel warning: > > [ 5668.771453] BUG: spinlock bad magic on CPU#0, kworker/u2:3/9745 ... > [ 5668.777343] [] (ieee80211_subif_start_xmit) from > [] (dev_hard_start_xmit+0x80/0x118) > ... > > by adding the missing spin_lock_init(). > > Reported-by: Pavel

[Patch net] wl1251: add a missing spin_lock_init()

2017-07-06 Thread Cong Wang
This fixes the following kernel warning: [ 5668.771453] BUG: spinlock bad magic on CPU#0, kworker/u2:3/9745 [ 5668.771850] lock: 0xce63ef20, .magic: , .owner: /-1, .owner_cpu: 0 [ 5668.772277] CPU: 0 PID: 9745 Comm: kworker/u2:3 Tainted: GW 4.12.0-03002-gec979a4-dirty #4