Re: [PATCH 4/4] drm/amdgpu: Allow kfd CRIU with no buffer objects

2025-06-17 Thread Felix Kuehling
On 2025-06-17 15:45, David Francis wrote: The kfd CRIU checkpoint ioctl would return an error if trying to checkpoint a process with no kfd buffer objects. This is a normal case and should not be an error. Signed-off-by: David Francis This patch is Reviewed-by: Felix Kuehling --- driv

[PATCH 4/4] drm/amdgpu: Allow kfd CRIU with no buffer objects

2025-06-17 Thread David Francis
The kfd CRIU checkpoint ioctl would return an error if trying to checkpoint a process with no kfd buffer objects. This is a normal case and should not be an error. Signed-off-by: David Francis --- drivers/gpu/drm/amd/amdkfd/kfd_chardev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)