summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorJohn Harrison <John.Harrison@Igalia.com>2026-07-23 16:35:48 -0700
committerAlex Deucher <alexander.deucher@amd.com>2026-07-28 18:57:51 -0400
commited772ccfba62e962ab05227cf426036a25a9da70 (patch)
tree5258f30891a9a36ad93e6c87b947a52ef64d5d82 /tools/perf/scripts/python/bin/stackcollapse-record
parentd95429c1d4a994ba764b92ffb52afa488b98a8a7 (diff)
drm/amd/display: Fix use-after-free bugs in KUnit tests
When running the KUnit tests with memory debugging enabled, a bunch of use-after-free errors are hit. These are due to using KUnit managed memory for the test objects but then giving them over to DRM managed objects. The KUnit stuff is deallocated first and when the DRM side calls its clean up helpers, it hits memory that has been freed already. NB: There is still a use-after-free bug in the writeback tests. However, fixing that requires driver side changes as well as test side changes. Those changes are part of: https://patchwork.freedesktop.org/series/152420/ Signed-off-by: John Harrison <John.Harrison@Igalia.com> CC: Alex Hung <alex.hung@amd.com> CC: Harry Wentland <harry.wentland@amd.com> Reviewed-by: Alex Hung <alex.hung@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions