mbox series

[0/2] scsi: Replace strlcpy with strscpy

Message ID 20230621030033.3800351-1-azeemshaikh38@gmail.com (mailing list archive)
Headers show
Series scsi: Replace strlcpy with strscpy | expand

Message

Azeem Shaikh June 21, 2023, 3 a.m. UTC
This patch series replaces strlcpy in the scsi subsystem wherever trivial
replacement is possible, i.e return value from strlcpy is unused. The patches
themselves are independent of each other and are included as a series for
ease of review. 

Azeem Shaikh (2):
  scsi: Replace strlcpy with strscpy
  scsi: target: tcmu: Replace strlcpy with strscpy

 drivers/scsi/ncr53c8xx.c          | 2 +-
 drivers/target/target_core_user.c | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

Comments

Martin K. Petersen June 22, 2023, 1:13 a.m. UTC | #1
Azeem,

> This patch series replaces strlcpy in the scsi subsystem wherever
> trivial replacement is possible, i.e return value from strlcpy is
> unused. The patches themselves are independent of each other and are
> included as a series for ease of review.

Applied to 6.5/scsi-staging, thanks!
Martin K. Petersen June 29, 2023, 2:41 a.m. UTC | #2
On Wed, 21 Jun 2023 03:00:31 +0000, Azeem Shaikh wrote:

> This patch series replaces strlcpy in the scsi subsystem wherever trivial
> replacement is possible, i.e return value from strlcpy is unused. The patches
> themselves are independent of each other and are included as a series for
> ease of review.
> 
> Azeem Shaikh (2):
>   scsi: Replace strlcpy with strscpy
>   scsi: target: tcmu: Replace strlcpy with strscpy
> 
> [...]

Applied to 6.5/scsi-queue, thanks!

[1/2] scsi: Replace strlcpy with strscpy
      https://git.kernel.org/mkp/scsi/c/d1e8a9fbb392
[2/2] scsi: target: tcmu: Replace strlcpy with strscpy
      https://git.kernel.org/mkp/scsi/c/4b2e28758daf