Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If hrtimer_try_to_cancel() requires a retry, then depending on the priority setting te retry loop might prevent timer callback completion on RT. Prevent that by waiting for completion on RT, no change for a non RT kernel. Reported-by: Sankara Muthukrishnan <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]>
- Loading branch information