[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240208084512.3803250-1-lee@kernel.org>
Date: Thu, 8 Feb 2024 08:44:12 +0000
From: Lee Jones <lee@...nel.org>
To: lee@...nel.org
Cc: linux-kernel@...r.kernel.org,
linux-hardening@...r.kernel.org,
Adam Radford <aradford@...il.com>,
Adaptec OEM Raid Solutions <aacraid@...rosemi.com>,
Andre Hedrick <andre@...e.com>,
de Melo <acme@...ectiva.com.br>,
drew@...orado.edu,
Finn Thain <fthain@...ux-m68k.org>,
Hannes Reinecke <hare@...e.com>,
"James E.J. Bottomley" <jejb@...ux.ibm.com>,
Joel Jacobson <linux@...re.com>,
John Garry <john.g.garry@...cle.com>,
linux-scsi@...r.kernel.org,
Luben Tuikov <luben_tuikov@...ptec.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Michael Schmitz <schmitzmic@...il.com>,
"PMC-Sierra, Inc" <aacraid@...-sierra.com>,
Richard Hirst <rhirst@...uxcare.com>,
support@...ca.com.tw,
Tnx to <Thomas_Roesch@...maus.de>
Subject: [PATCH 00/10] scsi: Replace {v}snprintf() variants with safer alternatives
Note: We're also taking the time to obay our new .editorconfig overlord!
For a far better description of the problem than I could author, see
Jon's write-up on LWN [1] and/or Alex's on the Kernel Self Protection
Project [1].
[0] https://lwn.net/Articles/69419/
[1] https://github.com/KSPP/linux/issues/105
Lee Jones (10):
scsi: 3w-xxxx: Trivial: Remove trailing whitespace
scsi: 53c700: Trivial: Remove trailing whitespace
scsi: NCR5380: Replace snprintf() with the safer scnprintf() variant
scsi: aacraid: linit: Remove snprintf() from sysfs call-backs and
replace with sysfs_emit()
scsi: aacraid: linit: Replace snprintf() with the safer scnprintf()
variant
scsi: aha1542: Replace snprintf() with the safer scnprintf() variant
scsi: aic7xxx: aicasm: Trivial: Remove trailing whitespace
scsi: aic7xxx: aicasm: Replace snprintf() with the safer scnprintf()
variant
scsi: aic94xx: Remove snprintf() from sysfs call-backs and replace
with sysfs_emit()
scsi: arcmsr: Remove snprintf() from sysfs call-backs and replace with
sysfs_emit()
drivers/scsi/3w-xxxx.c | 2 +-
drivers/scsi/53c700.c | 102 +++++++++++++--------------
drivers/scsi/NCR5380.c | 16 ++---
drivers/scsi/aacraid/linit.c | 40 +++++------
drivers/scsi/aha1542.c | 2 +-
drivers/scsi/aic7xxx/aicasm/aicasm.c | 16 ++---
drivers/scsi/aic94xx/aic94xx_init.c | 11 ++-
drivers/scsi/arcmsr/arcmsr_attr.c | 40 +++--------
8 files changed, 101 insertions(+), 128 deletions(-)
Cc: Adam Radford <aradford@...il.com>
Cc: Adaptec OEM Raid Solutions <aacraid@...rosemi.com>
Cc: Andre Hedrick <andre@...e.com>
Cc: de Melo <acme@...ectiva.com.br>
Cc: drew@...orado.edu
Cc: Finn Thain <fthain@...ux-m68k.org>
Cc: Hannes Reinecke <hare@...e.com>
Cc: "James E.J. Bottomley" <jejb@...ux.ibm.com>
Cc: Joel Jacobson <linux@...re.com>
Cc: John Garry <john.g.garry@...cle.com>
Cc: Lee Jones <lee@...nel.org>
Cc: linux-scsi@...r.kernel.org
Cc: Luben Tuikov <luben_tuikov@...ptec.com>
Cc: "Martin K. Petersen" <martin.petersen@...cle.com>
Cc: Michael Schmitz <schmitzmic@...il.com>
Cc: "PMC-Sierra, Inc" <aacraid@...-sierra.com>
Cc: Richard Hirst <rhirst@...uxcare.com>
Cc: support@...ca.com.tw
Cc: Tnx to <Thomas_Roesch@...maus.de>
--
2.43.0.594.gd9cf4e227d-goog
Powered by blists - more mailing lists