linux/drivers/staging
Sudip Mukherjee 39a6e7376a staging: rtl8712: fix stack dump
del_timer_sync() is not to be called in the interrupt context unless
the timer is irqsafe. but most of the functions where commits
6501c8e7d8 and 382d020f44 touched were called in interrupt
context. And as a result the WARN_ON was getting triggered. Changed
to del_timer() in places which were called from interrupt.

Fixes: 382d020f44 ("Staging: rtl8712: Eliminate use of _cancel_timer"
Fixes: 6501c8e7d8 ("Staging: rtl8712: Eliminate use of _cancel_timer_ex")
Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=97711
Reported-by: Arek Rusniak <arek.rusi@gmail.com>
Tested-by: Arek Rusniak <arek.rusi@gmail.com>
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-05-31 11:54:25 +09:00
..
android
board
clocking-wizard
comedi
dgap
dgnc
emxx_udc
fbtft
fsl-mc
ft1000
fwserial
gdm72xx
gdm724x
goldfish
gs_fpgaboot
i2o
iio
lustre
media
mt29f_spinand
netlogic
nvec
octeon
octeon-usb
olpc_dcon
ozwpan ozwpan: unchecked signed subtraction leads to DoS 2015-05-30 12:33:54 -07:00
panel
rtl8188eu
rtl8192e
rtl8192u
rtl8712 staging: rtl8712: fix stack dump 2015-05-31 11:54:25 +09:00
rtl8723au
rts5208
skein
slicoss
sm7xxfb
sm750fb
speakup
ste_rmi4
unisys
vme
vt6655
vt6656
wlan-ng
xgifb
Kconfig
Makefile
staging.c