diff options
author | Felix Kuehling <[email protected]> | 2019-04-23 23:32:56 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2019-05-24 12:21:03 -0500 |
commit | 32cce8bc86032cc0c24086d6ce3ccf8e05e686cf (patch) | |
tree | 817ee45996815473350973851ff2f0239b68d53a /scripts/bpf_helpers_doc.py | |
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 <[email protected]>
Reviewed-by: Philip Yang <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions