-
Notifications
You must be signed in to change notification settings - Fork 365
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
msm: ipa: Fix race condition between timer expiry for wq and pipe tea…
…rdown db_timer expires after wq has been flushed in ipa3_teardown_sys_pipe. This causes the wq to be scheduled after pipe teardown. Add workqueue_flushed flag which set after the wq is flushed during teardown. This flag is checked against in the wq function to ensure it is not executed once the wq has been flushed. Change-Id: I176a3a6dbf25985a41decf008ad045647081b871 Acked-by: Priyadarshini Rajagopal <[email protected]> Signed-off-by: Bojun Pan <[email protected]>
- Loading branch information
Bojun Pan
committed
Jul 31, 2019
1 parent
2ea012c
commit e68368d
Showing
3 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
e68368d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Already cherry-picked, see: e37215c