diff options
author | Jay Cornwall <jay.cornwall@amd.com> | 2025-06-11 17:52:14 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2025-06-18 20:17:32 +0300 |
commit | cfb05257ae168a0496c7637e1d9e3ab8a25cbffe (patch) | |
tree | 1d9e5f9fc0d0d2cf3ed670be48e9732b7cd2932f /scripts/lib/kdoc/kdoc_output.py | |
parent | 49cc5beeabd5b9b6a6660be8ea2e95de30ec0a07 (diff) | |
download | linux-cfb05257ae168a0496c7637e1d9e3ab8a25cbffe.tar.xz |
drm/amdkfd: Fix race in GWS queue scheduling
q->gws is not updated atomically with qpd->mapped_gws_queue. If a
runlist is created between pqm_set_gws and update_queue it will
contain a queue which uses GWS in a process with no GWS allocated.
This will result in a scheduler hang.
Use q->properties.is_gws which is changed while holding the DQM lock.
Signed-off-by: Jay Cornwall <jay.cornwall@amd.com>
Reviewed-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit b98370220eb3110e82248e3354e16a489a492cfb)
Cc: stable@vger.kernel.org
Diffstat (limited to 'scripts/lib/kdoc/kdoc_output.py')
0 files changed, 0 insertions, 0 deletions