mbox series

[0/2,next] scsi: lpfc: Replace one-element array with flexible-array member

Message ID cover.1684358315.git.gustavoars@kernel.org (mailing list archive)
Headers show
Series scsi: lpfc: Replace one-element array with flexible-array member | expand

Message

Gustavo A. R. Silva May 17, 2023, 9:22 p.m. UTC
Hi!

This small series aims to replace a one-element array with a
flexible-array member in a couple of structures.

This helps with the ongoing efforts to tighten the FORTIFY_SOURCE
routines on memcpy() and help us make progress towards globally
enabling -fstrict-flex-arrays=3 [1].

Link: https://github.com/KSPP/linux/issues/79
Link: https://github.com/KSPP/linux/issues/160
Link: https://github.com/KSPP/linux/issues/295
Link: https://gcc.gnu.org/pipermail/gcc-patches/2022-October/602902.html [1]

Gustavo A. R. Silva (2):
  scsi: lpfc: Replace one-element array with flexible-array member
  scsi: lpfc: Use struct_size() helper

 drivers/scsi/lpfc/lpfc_ct.c | 4 ++--
 drivers/scsi/lpfc/lpfc_hw.h | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Comments

Martin K. Petersen June 1, 2023, 12:43 a.m. UTC | #1
On Wed, 17 May 2023 15:22:24 -0600, Gustavo A. R. Silva wrote:

> This small series aims to replace a one-element array with a
> flexible-array member in a couple of structures.
> 
> This helps with the ongoing efforts to tighten the FORTIFY_SOURCE
> routines on memcpy() and help us make progress towards globally
> enabling -fstrict-flex-arrays=3 [1].
> 
> [...]

Applied to 6.5/scsi-queue, thanks!

[1/2] scsi: lpfc: Replace one-element array with flexible-array member
      https://git.kernel.org/mkp/scsi/c/e90644b0ce2d