Re: [PATCH 1/3] compiler.h: Move C string helpers into C-only kernel section
From: Miguel Ojeda
Date: Thu Feb 06 2025 - 15:07:24 EST
On Thu, Feb 6, 2025 at 7:11 PM Kees Cook <kees@xxxxxxxxxx> wrote:
>
> The C kernel helpers for evaluating C Strings were placed outside of the
> assembly ifdef. Move them to the correct place so future changes won't
> confuse the assembler.
This moves it also into the kernel ifdef too -- I assume that is
intentional. (Perhaps mention ifndef instead of ifdef?)
I checked that this is indeed a pure move, so:
Reviewed-by: Miguel Ojeda <ojeda@xxxxxxxxxx>
Cheers,
Miguel