diff options
author | Felix Kuehling <Felix.Kuehling@amd.com> | 2019-04-23 23:32:56 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2019-05-24 12:21:03 -0500 |
commit | 32cce8bc86032cc0c24086d6ce3ccf8e05e686cf (patch) | |
tree | 817ee45996815473350973851ff2f0239b68d53a /drivers/remoteproc/st_remoteproc.c | |
parent | 16631afff224475134124fb1982ba80365ec5640 (diff) |
drm/amdkfd: Fix a circular lock dependency
Fix a circular lock dependency exposed under userptr memory pressure.
The DQM lock is the only one taken inside the MMU notifier. We need
to make sure that no reclaim is done under this lock, and that
no other locks are taken under which reclaim is possible.
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Philip Yang <Philip.Yang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/remoteproc/st_remoteproc.c')
0 files changed, 0 insertions, 0 deletions