qcacmn: Stop replenish timer during recovery
During recovery, when this timer is started, there is no stop operation. If the timer is triggered and SSR is not completed, it will visit re-inited data structure and lead kernel crash. Change-Id: I44a31d70ee80d59076e4121f6924faa470ce7575 CRs-Fixed: 3102029
这个提交包含在:
@@ -4257,4 +4257,13 @@ static inline void qdf_set_smmu_fault_state(bool smmu_fault_state)
|
||||
#else
|
||||
#include <i_qdf_nbuf_api_m.h>
|
||||
#endif
|
||||
|
||||
/**
|
||||
* qdf_nbuf_stop_replenish_timer - Stop alloc fail replenish timer
|
||||
*
|
||||
* This function stops the alloc fail replenish timer.
|
||||
*
|
||||
* Return: void
|
||||
*/
|
||||
void qdf_nbuf_stop_replenish_timer(void);
|
||||
#endif /* _QDF_NBUF_H */
|
||||
|
在新工单中引用
屏蔽一个用户