criu/plugins
David Francis d43217dadb plugin: Add DUMP_DEVICES_LATE callback
The amdgpu plugin was counting how many files were checkpointed
to determine when it should close the device files.

The number of device files is not consistent; a process may
have multiple copies of the drm device files open.

Instead of doing this counting, add a new callback after all
files are checkpointed, so plugins can clean up their
resources at an appropriate time.

Signed-off-by: David Francis <David.Francis@amd.com>
2025-11-14 18:31:37 +00:00
..
amdgpu plugin: Add DUMP_DEVICES_LATE callback 2025-11-14 18:31:37 +00:00
cuda cuda: remove redundant goto label 2025-11-02 07:42:55 -08:00