Description of problem: Used time_before(jiffies, last_je) in psp_mutex_lock_timeout() which yields CPU too early. Fixed to time_after(jiffies, last_je + msecs_to_jiffies(100)) for proper 100ms wait. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5531
The PR Link: https://gitee.com/anolis/cloud-kernel/pulls/5846