In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfd_process_notifier_release flush svm_range_restore_work which cal…
Medium CVSS 5.5
Summary
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: svm range restore work deadlock when process exit kfd_process_notifier_release flush svm_range_restore_work which calls svm_range_list_lock_and_flush_work to flush deferred_list work, but if deferred_list work mmput release the last user, it will call exit_mmap -> notifier_release, it is deadlock with below backtrace. Move flush svm_range_restore_work to kfd_process_wq_release to avoid deadlock. Then svm_range_re…
In-depth triage
No in-depth report has been generated yet (DR-003 v2 AI pipeline is under construction).
Affected products
- :
Sources
- NVD DATABASE
Original Links
- https://git.kernel.org/stable/c/6225bb3a88d22594aacea2485dc28ca12d596721 Patch
- https://git.kernel.org/stable/c/858822905f4bf44100d63c5e22e263109976f7cb Patch
- https://git.kernel.org/stable/c/a6be83086e91891081e0589e4b4645bf4643e897 Patch
Timeline
- nvd_ingest NVD