diff options
author | Greg Kroah-Hartman <[email protected]> | 2023-02-02 15:13:09 +0100 |
---|---|---|
committer | Zhenyu Wang <[email protected]> | 2023-02-23 13:42:13 +0800 |
commit | d989bf543d8aea77c90a3eb8d2e30f9304570810 (patch) | |
tree | 9e3606c73c4396b3590e2260d33b0de6d30041f6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | dd62071ff792cd4c2134b1211ba85efc6cd73ce3 (diff) |
i915: fix memory leak with using debugfs_lookup()
When calling debugfs_lookup() the result must have dput() called on it,
otherwise the memory will leak over time. To make things simpler, just
call debugfs_lookup_and_remove() instead which handles all of the logic
at once.
Cc: Zhenyu Wang <[email protected]>
Cc: Zhi Wang <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Joonas Lahtinen <[email protected]>
Cc: Rodrigo Vivi <[email protected]>
Cc: Tvrtko Ursulin <[email protected]>
Cc: David Airlie <[email protected]>
Cc: Daniel Vetter <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Reviewed-by: Rodrigo Vivi <[email protected]>
Reviewed-by: Zhenyu Wang <[email protected]>
Signed-off-by: Zhenyu Wang <[email protected]>
Link: http://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