linuxkpi: Add strscpy_pad() to <linux/string.h>
It's the same as strscpy() except that it fills the rest of the
destination buffer with zeroes if the source buffer is shorter.
Reviewed by: manu
Approved by: manu
(cherry picked from commit b1a9e570fe2da0a43c41327d7ce21b27bf8257b8)