diff options
author | Tvrtko Ursulin <[email protected]> | 2024-07-11 14:53:31 +0100 |
---|---|---|
committer | Thomas Zimmermann <[email protected]> | 2024-07-18 15:49:08 +0200 |
commit | 0e50fcc20bd87584840266e8004f9064a8985b4f (patch) | |
tree | 77ce7895f26a58915903568f1c29e366071c20f3 /scripts/gdb/linux/modules.py | |
parent | 6ce9efd12ae81cf46bf44eb0348594558dfbb9d2 (diff) |
drm/v3d: Fix potential memory leak in the timestamp extension
If fetching of userspace memory fails during the main loop, all drm sync
objs looked up until that point will be leaked because of the missing
drm_syncobj_put.
Fix it by exporting and using a common cleanup helper.
Signed-off-by: Tvrtko Ursulin <[email protected]>
Fixes: 9ba0ff3e083f ("drm/v3d: Create a CPU job extension for the timestamp query job")
Cc: Maíra Canal <[email protected]>
Cc: Iago Toral Quiroga <[email protected]>
Cc: [email protected] # v6.8+
Reviewed-by: Maíra Canal <[email protected]>
Signed-off-by: Maíra Canal <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit 753ce4fea62182c77e1691ab4f9022008f25b62e)
Signed-off-by: Thomas Zimmermann <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/modules.py')
0 files changed, 0 insertions, 0 deletions