aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
diff options
context:
space:
mode:
authorThierry Reding <[email protected]>2022-05-06 15:52:49 +0200
committerThierry Reding <[email protected]>2022-05-06 15:52:49 +0200
commitcb7e1abc2c73633e1eefa168ab2dad6e838899c9 (patch)
treeb3f216cb3832ee978ab7912ed42ff4b35afa25d0 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py
parent42457494b8d6ef90e9c63e66bf2df7fa53406d6b (diff)
drm/tegra: gem: Do not try to dereference ERR_PTR()
When mapping the DMA-BUF attachment fails, map->sgt will be an ERR_PTR- encoded error code and the cleanup code would try to free that memory, which obviously would fail. Zero out that pointer after extracting the error code when this happens so that kfree() can do the right thing. Reported-by: kernel test robot <[email protected]> Reported-by: Dan Carpenter <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/Util.py')
0 files changed, 0 insertions, 0 deletions