diff options
author | Xidong Wang <wangxidong_97@163.com> | 2018-04-04 12:38:24 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2018-04-04 22:53:51 +0300 |
commit | 6be1187dbffa0027ea379c53f7ca0c782515c610 (patch) | |
tree | 5b0c203fa516b5590030b9e3ef18fff26328dce7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 6308a31544284c1f60ab9a3052ee05b7877421ca (diff) | |
download | linux-6be1187dbffa0027ea379c53f7ca0c782515c610.tar.xz |
drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
Along the eb_lookup_vmas() error path, the return value from
kmem_cache_alloc() was freed using kfree(). Fix it to use the proper
kmem_cache_free() instead.
Fixes: d1b48c1e7184 ("drm/i915: Replace execbuf vma ht with an idr")
Signed-off-by: Xidong Wang <wangxidong_97@163.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: <stable@vger.kernel.org> # v4.14+
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: https://patchwork.freedesktop.org/patch/msgid/20180404093824.9313-1-chris@chris-wilson.co.uk
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions