Re: [PATCH] s390/string: Remove strlcat() implementation

From: Alexander Gordeev

Date: Wed May 27 2026 - 08:43:33 EST


On Fri, May 22, 2026 at 04:31:11PM +0200, Heiko Carstens wrote:
> strlcat() shouldn't be used anymore (see fortify-string.h), and will be
> deprecated / removed sooner or later [1].
>
> Therefore remove the s390 implementation of strlcat() in favor of the
> generic variant.
>
> [1] https://lore.kernel.org/all/20260514160719.105084-3-manuelebner@xxxxxxxxxxx/
>
> Signed-off-by: Heiko Carstens <hca@xxxxxxxxxxxxx>
> ---
> arch/s390/include/asm/string.h | 2 --
> arch/s390/lib/string.c | 26 --------------------------
> 2 files changed, 28 deletions(-)

Reviewed-by: Alexander Gordeev <agordeev@xxxxxxxxxxxxx>

and pushed.

Thanks!