Re: [PATCH] drm/amd/display: Constify struct timing_generator_funcs

2025-05-26 Thread Alex Hung
Reviewed-by: Alex Hung On 5/24/25 10:51, Christophe JAILLET wrote: 'struct timing_generator_funcs' are not modified in these drivers. Constifying these structures moves some data to a read-only section, so increases overall security, especially when the structure holds some function pointers.

[PATCH] drm/amd/display: Constify struct timing_generator_funcs

2025-05-24 Thread Christophe JAILLET
'struct timing_generator_funcs' are not modified in these drivers. Constifying these structures moves some data to a read-only section, so increases overall security, especially when the structure holds some function pointers. Signed-off-by: Christophe JAILLET --- This is NOT compile tested, bec