Re: [PATCH v2] pinctrl: meson: Constify some structures
From: Linus Walleij
Date: Fri Aug 23 2024 - 12:03:02 EST
On Wed, Aug 7, 2024 at 8:05 PM Christophe JAILLET
<christophe.jaillet@xxxxxxxxxx> wrote:
> The following structures are not modified in these drivers.
> - struct meson_bank
> - struct meson_pmx_bank
> - struct meson_pmx_func
> - struct meson_pmx_group
> - struct meson_pinctrl_data
> - struct meson_axg_pmx_data
>
> Constifying these structures moves some data to a read-only section, so
> increase overall security.
Patch applied.
Yours,
Linus Walleij