linux/drivers/scsi/smartpqi
Gustavo A. R. Silva 6f0a92fd7d scsi: smartpqi: Replace one-element arrays with flexible-array members
One-element arrays are deprecated, and we are replacing them with flexible
array members instead. So, replace one-element arrays with flexible-array
members in a couple of structures, and refactor the rest of the code,
accordingly.

This helps with the ongoing efforts to tighten the FORTIFY_SOURCE routines
on memcpy().

This results in no differences in binary output.

Link: https://github.com/KSPP/linux/issues/79
Link: https://github.com/KSPP/linux/issues/204
Signed-off-by: Gustavo A. R. Silva <gustavoars@kernel.org>
Link: https://lore.kernel.org/r/ZJNdKDkuRbFZpASS@work
Reviewed-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
2023-06-21 21:15:08 -04:00
..
Kconfig scsi: smartpqi: Update copyright to 2023 2023-05-08 07:17:12 -04:00
Makefile scsi: smartpqi: add spdx 2019-03-18 16:48:28 -04:00
smartpqi_init.c scsi: smartpqi: Replace one-element arrays with flexible-array members 2023-06-21 21:15:08 -04:00
smartpqi_sas_transport.c scsi: smartpqi: Update copyright to 2023 2023-05-08 07:17:12 -04:00
smartpqi_sis.c scsi: smartpqi: Update copyright to 2023 2023-05-08 07:17:12 -04:00
smartpqi_sis.h scsi: smartpqi: Update copyright to 2023 2023-05-08 07:17:12 -04:00
smartpqi.h scsi: smartpqi: Replace one-element arrays with flexible-array members 2023-06-21 21:15:08 -04:00