diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2024-06-14 19:08:30 +0300 |
---|---|---|
committer | Danilo Krummrich <dakr@redhat.com> | 2024-06-17 18:22:06 +0300 |
commit | 118b4eed8bbfccd625786db940fb590caab395ff (patch) | |
tree | 44bc07d6294e1583370d8974f8fa653852f41343 /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c | |
parent | d45bb9c5f7a6f7b6e47939856b28cb1da0cdc119 (diff) | |
download | linux-118b4eed8bbfccd625786db940fb590caab395ff.tar.xz |
drm/nouveau: Constify struct nouveau_job_ops
"struct nouveau_job_ops" is not modified in these drivers.
Constifying this structure moves some data to a read-only section, so
increase overall security.
In order to do it, "struct nouveau_job" and "struct nouveau_job_args" also
need to be adjusted to this new const qualifier.
On a x86_64, with allmodconfig:
Before:
======
text data bss dec hex filename
5570 152 0 5722 165a drivers/gpu/drm/nouveau/nouveau_exec.o
After:
=====
text data bss dec hex filename
5630 112 0 5742 166e drivers/gpu/drm/nouveau/nouveau_exec.o
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/860e9753d7867aa46b003bb3d0497f1b04065b24.1718381285.git.christophe.jaillet@wanadoo.fr
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions