diff options
| author | ruanjinjie <[email protected]> | 2022-11-10 09:19:29 +0800 |
|---|---|---|
| committer | Michael Ellerman <[email protected]> | 2023-08-16 23:54:48 +1000 |
| commit | afda85b963c12947e298ad85d757e333aa40fd74 (patch) | |
| tree | ba270b7d1267d6b7827ead1d11a87ac444958562 /tools/perf/scripts/python/stackcollapse.py | |
| parent | efa1f85019537ce44832cf73a6db18611e3e41cd (diff) | |
powerpc/pseries: fix possible memory leak in ibmebus_bus_init()
If device_register() returns error in ibmebus_bus_init(), name of kobject
which is allocated in dev_set_name() called in device_add() is leaked.
As comment of device_add() says, it should call put_device() to drop
the reference count that was set in device_initialize() when it fails,
so the name can be freed in kobject_cleanup().
Signed-off-by: ruanjinjie <[email protected]>
Signed-off-by: Michael Ellerman <[email protected]>
Link: https://msgid.link/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions