checkpoint-restore / criu

Checkpoint/Restore tool
criu.org
Other
2.91k stars 583 forks source link

Add support for reset-on-fork scheduling flag #2360

Closed rst0git closed 6 months ago

rst0git commented 7 months ago

This pull request extends CRIU with checkpoint/restore support for the reset-on-fork scheduling flag (SCHED_RESET_ON_FORK). When this flag is set, the following rules apply for subsequently created children:

(See man 7 sched)

Fixes: #2359

muvaf commented 6 months ago

I built this PR and can confirm the error I was getting is resolved.