Re: [PATCH v2] pinctrl: meson: Constify some structures
From: Linus Walleij <hidden>
Date: 2024-08-23 16:02:27
Also in:
kernel-janitors, linux-amlogic, linux-gpio, lkml
From: Linus Walleij <hidden>
Date: 2024-08-23 16:02:27
Also in:
kernel-janitors, linux-amlogic, linux-gpio, lkml
On Wed, Aug 7, 2024 at 8:05 PM Christophe JAILLET [off-list ref] 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