From: Martin K. Petersen Date: Mon, 25 Mar 2024 18:24:36 +0000 (-0400) Subject: Merge patch series "scsi: replace deprecated strncpy" X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=5fcc60dc74f0be95f6535c4a05d25491f0dae5dd;p=linux-2.6-microblaze.git Merge patch series "scsi: replace deprecated strncpy" Justin Stitt says: This series contains multiple replacements of strncpy throughout the scsi subsystem. strncpy() is deprecated for use on NUL-terminated destination strings [1] and as such we should prefer more robust and less ambiguous string interfaces. The details of each replacement will be in their respective patch. Link: https://lore.kernel.org/r/20240305-strncpy-drivers-scsi-mpi3mr-mpi3mr_fw-c-v3-0-5b78a13ff984@google.com Signed-off-by: Martin K. Petersen --- 5fcc60dc74f0be95f6535c4a05d25491f0dae5dd