Description of problem: The lock API used is spin_lock_irq(), however, the unlock API is spin_unlock(), that causes the interrupt of CPU is disabled. 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/2291