diff options
author | Yang Yingliang <[email protected]> | 2023-12-01 11:30:56 +0800 |
---|---|---|
committer | Manivannan Sadhasivam <[email protected]> | 2024-02-16 16:13:38 +0530 |
commit | aebfdfe39b9327a3077d0df8db3beb3160c9bdd0 (patch) | |
tree | 9270d39143d51a7dd751665049f51de1217cbc25 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | c795fd3f3622d276f3cdb7b64e6e6c4042585734 (diff) |
NTB: fix possible name leak in ntb_register_device()
If device_register() fails in ntb_register_device(), the device name
allocated by dev_set_name() should be freed. As per the comment in
device_register(), callers should use put_device() to give up the
reference in the error path. So fix this by calling put_device() in the
error path so that the name can be freed in kobject_cleanup().
As a result of this, put_device() in the error path of
ntb_register_device() is removed and the actual error is returned.
Fixes: a1bd3baeb2f1 ("NTB: Add NTB hardware abstraction layer")
Signed-off-by: Yang Yingliang <[email protected]>
Reviewed-by: Ilpo Järvinen <[email protected]>
Reviewed-by: Manivannan Sadhasivam <[email protected]>
Reviewed-by: Dave Jiang <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
[mani: reworded commit message]
Signed-off-by: Manivannan Sadhasivam <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions