summaryrefslogtreecommitdiff
path: root/Documentation/litmus-tests
diff options
context:
space:
mode:
authorRob Clark <robdclark@chromium.org>2021-04-01 04:27:20 +0300
committerRob Clark <robdclark@chromium.org>2021-04-07 21:05:43 +0300
commit6ed0897cd800c38b92a33d335d9086c7b092eb15 (patch)
tree750784c11ed9a90dba54f4b45761a9558be05c29 /Documentation/litmus-tests
parentcc8a4d5a1bd84a37ff1827e2902c459e9b2d4e25 (diff)
downloadlinux-6ed0897cd800c38b92a33d335d9086c7b092eb15.tar.xz
drm/msm: Fix debugfs deadlock
In normal cases the gem obj lock is acquired first before mm_lock. The exception is iterating the various object lists. In the shrinker path, deadlock is avoided by using msm_gem_trylock() and skipping over objects that cannot be locked. But for debugfs the straightforward thing is to split things out into a separate list of all objects protected by it's own lock. Fixes: d984457b31c4 ("drm/msm: Add priv->mm_lock to protect active/inactive lists") Signed-off-by: Rob Clark <robdclark@chromium.org> Tested-by: Douglas Anderson <dianders@chromium.org> Reviewed-by: Douglas Anderson <dianders@chromium.org> Link: https://lore.kernel.org/r/20210401012722.527712-4-robdclark@gmail.com Signed-off-by: Rob Clark <robdclark@chromium.org>
Diffstat (limited to 'Documentation/litmus-tests')
0 files changed, 0 insertions, 0 deletions