checkpoint-restore / criu

Checkpoint/Restore tool
criu.org
Other
2.76k stars 560 forks source link

plugin/amdgpu: Don't print error for "No such process" during resume #2340

Closed fdavid-amd closed 5 months ago

fdavid-amd commented 5 months ago

During the late stages of restore, each process being resumed gets an ioctl call to KFD_CRIU_OP_RESUME. If the process has no kfd process info, this call with fail with -ESRCH. This is normal behaviour, so we shouldn't print an error message for it.

codecov-commenter commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (07a090b) 70.56% compared to head (931de85) 70.57%.

:exclamation: Current head 931de85 differs from pull request most recent head 62f40b6. Consider uploading reports for the commit 62f40b6 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## criu-dev #2340 +/- ## ========================================= Coverage 70.56% 70.57% ========================================= Files 132 132 Lines 33619 33619 ========================================= + Hits 23723 23726 +3 + Misses 9896 9893 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.