summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorEmily Deng <Emily.Deng@amd.com>2025-03-06 03:40:01 +0300
committerAlex Deucher <alexander.deucher@amd.com>2025-03-14 06:10:16 +0300
commitf844732e3ad9c4b78df7436232949b8d2096d1a6 (patch)
tree97bbb9b221dcec7b77fc845c362f35bedac43bc2 /scripts/gdb/linux/utils.py
parentb9e75bcb2b39e1202364d958ee4f27fd8a6f1313 (diff)
downloadlinux-f844732e3ad9c4b78df7436232949b8d2096d1a6.tar.xz
drm/amdgpu: Fix the race condition for draining retry fault
Issue: In the scenario where svm_range_restore_pages is called, but svm->checkpoint_ts has not been set and the retry fault has not been drained, svm_range_unmap_from_cpu is triggered and calls svm_range_free. Meanwhile, svm_range_restore_pages continues execution and reaches svm_range_from_addr. This results in a "failed to find prange..." error, causing the page recovery to fail. How to fix: Move the timestamp check code under the protection of svm->lock. v2: Make sure all right locks are released before go out. v3: Directly goto out_unlock_svms, and return -EAGAIN. v4: Refine code. Signed-off-by: Emily Deng <Emily.Deng@amd.com> Reviewed-by: Felix Kuehling <felix.kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions