diff options
author | 2024-07-14 09:37:20 +0200 | |
---|---|---|
committer | 2024-09-06 15:59:13 +0900 | |
commit | c50b7416fd4a0f97cffabccde3fb0fe84ced21fb (patch) | |
tree | 5da754f96ac179e9d28a17268271f308667902ce /scripts/generate_rust_analyzer.py | |
parent | dt-bindings: MAINTAINERS: drop stale exynos file pattern (diff) | |
download | linux-rng-c50b7416fd4a0f97cffabccde3fb0fe84ced21fb.tar.xz linux-rng-c50b7416fd4a0f97cffabccde3fb0fe84ced21fb.zip |
drm/exynos: Constify struct exynos_drm_ipp_funcs
'struct exynos_drm_ipp_funcs' are not modified in these drivers.
Constifying this structure moves some data to a read-only section, so
increase overall security.
On a x86_64, with allmodconfig, as an example:
Before:
======
text data bss dec hex filename
20446 1746 16 22208 56c0 drivers/gpu/drm/exynos/exynos_drm_fimc.o
After:
=====
text data bss dec hex filename
20446 1714 16 22176 56a0 drivers/gpu/drm/exynos/exynos_drm_fimc.o
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions