diff options
author | 2022-10-30 18:44:11 +0300 | |
---|---|---|
committer | 2022-11-02 13:52:38 +0300 | |
commit | d3292daee319581d0a502fcd8ef3c3c285a1750a (patch) | |
tree | 5a9d686cfb246c4312757b23ae2e8653ea34a764 /tools/perf/scripts/python/exported-sql-viewer.py | |
parent | drm/ttm: fix undefined behavior in bit shift for TTM_TT_FLAG_PRIV_POPULATED (diff) | |
download | wireguard-linux-d3292daee319581d0a502fcd8ef3c3c285a1750a.tar.xz wireguard-linux-d3292daee319581d0a502fcd8ef3c3c285a1750a.zip |
dma-buf: Make locking consistent in dma_buf_detach()
The dma_buf_detach() locks attach->dmabuf->resv and then unlocks
dmabuf->resv, which could be a two different locks from a static
code checker perspective. In particular this triggers Smatch to
report the "double unlock" error. Make the locking pointers consistent.
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://lore.kernel.org/dri-devel/Y1fLfsccW3AS%2Fo+%2F@kili/
Fixes: 809d9c72c2f8 ("dma-buf: Move dma_buf_attach() to dynamic locking specification")
Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20221030154412.8320-2-dmitry.osipenko@collabora.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions