diff options
| author | Kees Cook <[email protected]> | 2025-04-26 06:13:58 +0000 |
|---|---|---|
| committer | Andi Shyti <[email protected]> | 2025-05-07 10:34:59 +0000 |
| commit | b2602a84ff85926be8d1fb7186128976c9f76c3f (patch) | |
| tree | 7a169fbcfffa9a0d7c7cd34df7ec77aaf6910293 /drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c | |
| parent | drm/i915/slpc: Balance the inc/dec for num_waiters (diff) | |
| download | kernel-b2602a84ff85926be8d1fb7186128976c9f76c3f.tar.gz kernel-b2602a84ff85926be8d1fb7186128976c9f76c3f.zip | |
drm/i915/gt: Remove const from struct i915_wa list allocation
In preparation for making the kmalloc family of allocators type aware,
we need to make sure that the returned type from the allocation matches
the type of the variable being assigned. (Before, the allocator would
always return "void *", which can be implicitly cast to any pointer type.)
The assigned type is "struct i915_wa *". The returned type, while
technically matching, will be const qualified. As there is no general
way to remove const qualifiers, adjust the allocation type to match
the assignment.
Signed-off-by: Kees Cook <[email protected]>
Acked-by: Jani Nikula <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Signed-off-by: Andi Shyti <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_cper.c')
0 files changed, 0 insertions, 0 deletions
