]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
s390/boot: Add sized_strscpy() to enable strscpy() usage
authorVasily Gorbik <gor@linux.ibm.com>
Thu, 10 Apr 2025 23:45:47 +0000 (01:45 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Mon, 14 Apr 2025 09:23:22 +0000 (11:23 +0200)
commitf271df9d41c216f6189c40fa1cb83839a6117c3e
tree86cd72ee7e8754c230152aa6b72472e6936b1b35
parentfe20164177be007f490b79db94ed8d65c4e48bb0
s390/boot: Add sized_strscpy() to enable strscpy() usage

Add a simple sized_strscpy() implementation to allow the use of strscpy()
in the decompressor.

Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
Reviewed-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/boot/string.c