diff options
author | Ashutosh Dixit <ashutosh.dixit@intel.com> | 2022-05-25 06:19:20 -0700 |
---|---|---|
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | 2022-05-26 09:37:05 +0100 |
commit | 69d6bf5c3754ffc491896632438417d1cedc2c68 (patch) | |
tree | d7ef718ff5ce93f606bde29f8c3eee41997c8766 /block | |
parent | 9d15dd1bb3e7de4dd31a225977813dda2748253e (diff) | |
download | linux-stable-69d6bf5c3754ffc491896632438417d1cedc2c68.tar.gz linux-stable-69d6bf5c3754ffc491896632438417d1cedc2c68.tar.bz2 linux-stable-69d6bf5c3754ffc491896632438417d1cedc2c68.zip |
drm/i915/gt: Fix memory leaks in per-gt sysfs
All kmalloc'd kobjects need a kobject_put() to free memory. For example in
previous code, kobj_gt_release() never gets called. The requirement of
kobject_put() now results in a slightly different code organization.
v2: s/gtn/gt/ (Andi)
Fixes: b770bcfae9ad ("drm/i915/gt: create per-tile sysfs interface")
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Acked-by: Andrzej Hajda <andrzej.hajda@intel.com>
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/a6f6686517c85fba61a0c45097f5bb4fe7e257fb.1653484574.git.ashutosh.dixit@intel.com
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions