commit | df60d1f23b09c5ce2a8e404012323d4deedcc589 | [log] [tgz] |
---|---|---|
author | Ben Skeggs <bskeggs@redhat.com> | Wed Apr 05 18:16:14 2017 +1000 |
committer | Ben Skeggs <bskeggs@redhat.com> | Thu Apr 06 14:38:34 2017 +1000 |
tree | 97a05ffa7ac220688988b5261c4f11c448d71307 | |
parent | aeecfcd7440e8ef3b31309fa743cd225090eb8d3 [diff] |
drm/nouveau/kms/nv50: fix double dma_fence_put() when destroying plane state When the atomic support was added to nouveau, the DRM core did not do this. However, later in the same merge window, a commit (drm/fence: add in-fences support) was merged that added it, leading to use-after-frees of the fence object. Cc: stable@vger.kernel.org [4.10+] Signed-off-by: Ben Skeggs <bskeggs@redhat.com>