diff options
author | Qiushi Wu <[email protected]> | 2020-05-27 16:00:19 -0500 |
---|---|---|
committer | Joerg Roedel <[email protected]> | 2020-05-29 15:27:50 +0200 |
commit | 7cc31613734c4870ae32f5265d576ef296621343 (patch) | |
tree | c31d4380cd1288528d51702675b51cc657b24797 /scripts/bpf_helpers_doc.py | |
parent | ed3119e45519880a246b085ba6a96aa1074da532 (diff) |
iommu: Fix reference count leak in iommu_group_alloc.
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: d72e31c93746 ("iommu: IOMMU Groups")
Signed-off-by: Qiushi Wu <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joerg Roedel <[email protected]>
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions