diff options
author | Gustavo A. R. Silva <gustavoars@kernel.org> | 2022-01-25 12:07:26 -0600 |
---|---|---|
committer | Tvrtko Ursulin <tvrtko.ursulin@intel.com> | 2022-01-26 10:19:08 +0000 |
commit | cec49bce6e0cdf916433a248402bfdecbf6589b0 (patch) | |
tree | c0c759bc25f436421a8e317e033947597aab94b6 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 721fd84ea1fe957453587efad5fdc44dfba58e04 (diff) |
drm/i915/guc: Use struct_size() helper in kmalloc()
Make use of the struct_size() helper instead of an open-coded version,
in order to avoid any potential type mistakes or integer overflows that,
in the worst scenario, could lead to heap overflows.
Also, address the following sparse warnings:
drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:792:23: warning: using sizeof on a flexible structure
Link: https://github.com/KSPP/linux/issues/174
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220125180726.GA68646@embeddedor
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions