lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240711172432.work.523-kees@kernel.org>
Date: Thu, 11 Jul 2024 10:28:14 -0700
From: Kees Cook <kees@...nel.org>
To: Sathya Prakash <sathya.prakash@...adcom.com>
Cc: Kees Cook <kees@...nel.org>,
	Sreekanth Reddy <sreekanth.reddy@...adcom.com>,
	Suganath Prabu Subramani <suganath-prabu.subramani@...adcom.com>,
	"Gustavo A. R. Silva" <gustavoars@...nel.org>,
	linux-kernel@...r.kernel.org,
	MPT-FusionLinux.pdl@...adcom.com,
	linux-scsi@...r.kernel.org,
	linux-hardening@...r.kernel.org
Subject: [PATCH 0/6] scsi: message: fusion: Replace 1-element arrays with flexible arrays

Hi,

Replace all remaining uses of deprecated 1-element "fake" flexible arrays
with modern C99 flexible arrays. Add __counted_by annotations at the
same time.

Thanks!

-Kees

Kees Cook (6):
  scsi: message: fusion: struct _RAID_VOL0_SETTINGS: Replace 1-element
    array with flexible array
  scsi: message: fusion: struct _CONFIG_PAGE_SAS_IO_UNIT_0: Replace
    1-element array with flexible array
  scsi: message: fusion: struct _CONFIG_PAGE_RAID_PHYS_DISK_1: Replace
    1-element array with flexible array
  scsi: message: fusion: struct _CONFIG_PAGE_IOC_2: Replace 1-element
    array with flexible array
  scsi: message: fusion: struct _CONFIG_PAGE_IOC_3: Replace 1-element
    array with flexible array
  scsi: message: fusion: struct _CONFIG_PAGE_IOC_4: Replace 1-element
    array with flexible array

 drivers/message/fusion/lsi/mpi_cnfg.h | 60 +++------------------------
 1 file changed, 6 insertions(+), 54 deletions(-)

-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ