diff options
| author | Matthew Auld <[email protected]> | 2024-09-11 16:55:28 +0100 |
|---|---|---|
| committer | Matthew Auld <[email protected]> | 2024-09-12 09:27:29 +0100 |
| commit | 4f63d712fa104c3ebefcb289d1e733e86d8698c7 (patch) | |
| tree | eef78600bd1e926e67f4d9337e9ded1dbbd66ff8 /tools/perf/scripts/python/export-to-postgresql.py | |
| parent | 0083b8e6f11d7662283a267d4ce7c966812ffd8a (diff) | |
drm/xe/client: add missing bo locking in show_meminfo()
bo_meminfo() wants to inspect bo state like tt and the ttm resource,
however this state can change at any point leading to stuff like NPD and
UAF, if the bo lock is not held. Grab the bo lock when calling
bo_meminfo(), ensuring we drop any spinlocks first. In the case of
object_idr we now also need to hold a ref.
v2 (MattB)
- Also add xe_bo_assert_held()
Fixes: 0845233388f8 ("drm/xe: Implement fdinfo memory stats printing")
Signed-off-by: Matthew Auld <[email protected]>
Cc: Himal Prasad Ghimiray <[email protected]>
Cc: Tejas Upadhyay <[email protected]>
Cc: "Thomas Hellström" <[email protected]>
Cc: <[email protected]> # v6.8+
Reviewed-by: Matthew Brost <[email protected]>
Reviewed-by: Tejas Upadhyay <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions