Re: [PATCH 2/2] cpuidle: riscv-sbi: Replace deprecated strcpy in sbi_cpuidle_init_cpu
From: Paul Walmsley
Date: Tue Oct 28 2025 - 02:16:45 EST
On Tue, 21 Oct 2025, Thorsten Blum wrote:
> strcpy() is deprecated; use strscpy() instead.
>
> Link: https://github.com/KSPP/linux/issues/88
> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
Thanks, I'll plan to queue this one through arch/riscv fixes - unless
you'd prefer to take it, Daniel?
- Paul