Skip to content

Commit 39a6e73

Browse files
sudipm-mukherjeegregkh
authored andcommitted
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 6501c8e and 382d020 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: 382d020 ("Staging: rtl8712: Eliminate use of _cancel_timer" Fixes: 6501c8e ("Staging: rtl8712: Eliminate use of _cancel_timer_ex") Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=97711 Reported-by: Arek Rusniak <[email protected]> Tested-by: Arek Rusniak <[email protected]> Signed-off-by: Sudip Mukherjee <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 9a59029 commit 39a6e73

File tree

5 files changed

+78
-78
lines changed

5 files changed

+78
-78
lines changed

0 commit comments

Comments
 (0)