Re: [PATCH] fbdev: Constify struct sbus_mmap_map

2024-10-29 Thread Enrico Weigelt, metux IT consult
On 13.10.24 13:48, Christophe JAILLET wrote: 'struct sbus_mmap_map' are not modified in these drivers. Constifying this structure moves some data to a read-only section, so increases overall security. Update sbusfb_mmap_helper() accordingly. On a x86_64, with allmodconfig, as an example: Bef

Re: [PATCH] fbdev: Constify struct sbus_mmap_map

2024-10-14 Thread Helge Deller
On 10/13/24 13:48, Christophe JAILLET wrote: 'struct sbus_mmap_map' are not modified in these drivers. Constifying this structure moves some data to a read-only section, so increases overall security. Update sbusfb_mmap_helper() accordingly. On a x86_64, with allmodconfig, as an example: Befor