Re: [PATCH linux-next v2] s390/zcrypt: use strscpy() to instead of strncpy()

From: Heiko Carstens
Date: Tue Jan 03 2023 - 04:52:00 EST


On Tue, Jan 03, 2023 at 10:02:07AM +0800, yang.yang29@xxxxxxxxxx wrote:
> From: Yang Yang <yang.yang29@xxxxxxx>
>
> The implementation of strscpy() is more robust and safer.
> That's now the recommended way to copy NUL-terminated strings.
>
> Signed-off-by: Yang Yang <yang.yang29@xxxxxxx>
> Signed-off-by: Xu Panda <xu.panda@xxxxxxxxxx>
> ---
> chang for v2
> - match the FROM with the Email

You sent this from yang.yang29@xxxxxxxxxx, but the sign-off is without the
".cn" suffix. Can you please make sure that your sign-off chain actually
follows the rules as outlined in Documentation/process/submitting-patches.rst?

If you read that then the sign-off line from Xu Panda shouldn't be there,
since the patch was not authored or routed via Xu Panda.