Re: [PATCH 1/3] init: Declare rodata_enabled and mark_rodata_ro() at all time
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2024-01-29 20:09:51
Also in:
linuxppc-dev, lkml
From: Luis Chamberlain <mcgrof@kernel.org>
Date: 2024-01-29 20:09:51
Also in:
linuxppc-dev, lkml
On Thu, Dec 21, 2023 at 10:02:46AM +0100, Christophe Leroy wrote:
Declaring rodata_enabled and mark_rodata_ro() at all time helps removing related #ifdefery in C files. Signed-off-by: Christophe Leroy <redacted>
Very nice cleanup, thanks!, applied and pushed Luis