[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240711155446.work.681-kees@kernel.org>
Date: Thu, 11 Jul 2024 08:56:32 -0700
From: Kees Cook <kees@...nel.org>
To: Sathya Prakash Veerichetty <sathya.prakash@...adcom.com>
Cc: Kees Cook <kees@...nel.org>,
Kashyap Desai <kashyap.desai@...adcom.com>,
Sumit Saxena <sumit.saxena@...adcom.com>,
Sreekanth Reddy <sreekanth.reddy@...adcom.com>,
"James E.J. Bottomley" <James.Bottomley@...senPartnership.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
Ranjan Kumar <ranjan.kumar@...adcom.com>,
Stephen Rothwell <sfr@...b.auug.org.au>,
linux-kernel@...r.kernel.org,
mpi3mr-linuxdrv.pdl@...adcom.com,
linux-scsi@...r.kernel.org,
linux-hardening@...r.kernel.org
Subject: [PATCH 0/4] scsi: mpi3mr: Replace 1-element arrays with flexible arrays
Hi,
Replace all the uses of deprecated 1-element "fake" flexible arrays
with modern C99 flexible arrays.
Thanks!
-Kees
Kees Cook (4):
scsi: mpi3mr: struct mpi3_event_data_sas_topology_change_list: Replace
1-element array with flexible array
scsi: mpi3mr: struct mpi3_event_data_pcie_topology_change_list:
Replace 1-element array with flexible array
scsi: mpi3mr: struct mpi3_sas_io_unit_page0: Replace 1-element array
with flexible array
scsi: mpi3mr: struct mpi3_sas_io_unit_page1: Replace 1-element array
with flexible array
drivers/scsi/mpi3mr/mpi/mpi30_cnfg.h | 10 ++--------
drivers/scsi/mpi3mr/mpi/mpi30_ioc.h | 10 ++--------
2 files changed, 4 insertions(+), 16 deletions(-)
--
2.34.1
Powered by blists - more mailing lists