You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ 29.886677] Unable to handle kernel NULL pointer dereference at virtual address 00000050
[ 29.887959] PC is at wcn36xx_dxe_tx_frame+0x278/0x3b4 [wcn36xx]
I have some locking fixes for this, basically spinlocking over all accesses to ctl, I just need to figure out how to do it in a little bit more lightweight fashion.
Issue by bcopeland from Friday Mar 07, 2014 at 14:55 GMT
Originally opened as https://github.com/cozybit/wcn36xx/issues/8
[ 29.886677] Unable to handle kernel NULL pointer dereference at virtual address 00000050
[ 29.887959] PC is at wcn36xx_dxe_tx_frame+0x278/0x3b4 [wcn36xx]
Code in question is:
So ctl->skb is NULL and some locking needs to be done here.
The text was updated successfully, but these errors were encountered: