On Thu, Feb 6, 2025 at 7:11 PM Kees Cook <k...@kernel.org> 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 <oj...@kernel.org> Cheers, Miguel