diff options
author | Qiushi Wu <wu000273@umn.edu> | 2020-05-28 00:17:17 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-06-20 11:23:16 +0300 |
commit | 83df491ec01b226b690a84648f5757c4ee25089d (patch) | |
tree | e0ba66f3daa45d24d1507fa91ad28865ce9b740f /fs/namespace.c | |
parent | 872d14355253bfa8cb3e784f6cf2a7c34608a19c (diff) | |
download | linux-83df491ec01b226b690a84648f5757c4ee25089d.tar.xz |
ACPI: sysfs: Fix reference count leak in acpi_sysfs_add_hotplug_profile()
commit 6e6c25283dff866308c87b49434c7dbad4774cc0 upstream.
kobject_init_and_add() takes reference even when it fails.
Thus, when kobject_init_and_add() returns an error,
kobject_put() must be called to properly clean up the kobject.
Fixes: 3f8055c35836 ("ACPI / hotplug: Introduce user space interface for hotplug profiles")
Signed-off-by: Qiushi Wu <wu000273@umn.edu>
Cc: 3.10+ <stable@vger.kernel.org> # 3.10+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/namespace.c')
0 files changed, 0 insertions, 0 deletions