Commit 298f7f13 authored by ruanjinjie's avatar ruanjinjie Committed by Sasha Levin
Browse files

NTB: EPF: fix possible memory leak in pci_vntb_probe()



[ Upstream commit 956578e3 ]

As ntb_register_device() don't handle error of device_register(),
if ntb_register_device() returns error in pci_vntb_probe(), 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: default avatarruanjinjie <ruanjinjie@huawei.com>
Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
Stable-dep-of: aebfdfe3 ("NTB: fix possible name leak in ntb_register_device()")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent d133d67e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment