diff options
author | Miaoqian Lin <[email protected]> | 2022-06-05 09:32:23 +0400 |
---|---|---|
committer | Michael Ellerman <[email protected]> | 2022-08-01 22:21:18 +1000 |
commit | 255b650cbec6849443ce2e0cdd187fd5e61c218c (patch) | |
tree | ba97433aaa0ed5700b1c71b58b4cdc06eb1d9d56 /scripts/gdb/linux/lists.py | |
parent | 6ac059dacffa8ab2f7798f20e4bd3333890c541c (diff) |
powerpc/xive: Fix refcount leak in xive_get_max_prio
of_find_node_by_path() returns a node pointer with
refcount incremented, we should use of_node_put() on it when done.
Add missing of_node_put() to avoid refcount leak.
Fixes: eac1e731b59e ("powerpc/xive: guest exploitation of the XIVE interrupt controller")
Signed-off-by: Miaoqian Lin <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions