On Fri, Dec 23, 2022 at 10:45:21AM +0800, yang.yang29@xxxxxxxxxx wrote: > From: Xu Panda <xu.panda@xxxxxxxxxx> > > The implementation of strscpy() is more robust and safer. > That's now the recommended way to copy NUL-terminated strings. > > Signed-off-by: Xu Panda <xu.panda@xxxxxxxxxx> > Signed-off-by: Yang Yang <yang.yang29@xxxxxxx> > --- > drivers/s390/crypto/zcrypt_api.c | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) Please resend and make sure that your Signed-off-by Name+Email address actually matches the From: field of your Email. Thank you!