Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kpatch/kpatch: Optimize patch transition timing with a while loop
Optimize the timing of patch transitions by using a `while` loop to check the transition status, replacing the `for` loop with a 1-second sleep. This approach reduces the likelihood of timeouts due to system load, potentially speeding up patch transitions. Signed-off-by: oceansue <[email protected]> Signed-off-by: Kernel Group <[email protected]>
- Loading branch information