Re: [PATCH 1/4] vmlinux.lds.h: Use regular *RODATA and *RO_AFTER_INIT_DATA suffixes

From: Heiko Carstens
Date: Fri Sep 03 2021 - 04:17:57 EST


On Wed, Sep 01, 2021 at 04:37:54PM -0700, Kees Cook wrote:
> Rename the various section macros that live in RODATA and
> RO_AFTER_INIT_DATA. Just being called "DATA" implies they are expected
> to be writable.
>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: Josh Poimboeuf <jpoimboe@xxxxxxxxxx>
> Cc: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>
> Cc: linux-arch@xxxxxxxxxxxxxxx
> Signed-off-by: Kees Cook <keescook@xxxxxxxxxxxx>
> ---
> arch/s390/kernel/vmlinux.lds.S | 2 +-
> include/asm-generic/vmlinux.lds.h | 12 ++++++------
> 2 files changed, 7 insertions(+), 7 deletions(-)

For the s390 bit:
Acked-by: Heiko Carstens <hca@xxxxxxxxxxxxx>