]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Merge patch series "scsi: message: fusion: Replace 1-element arrays with flexible...
authorMartin K. Petersen <martin.petersen@oracle.com>
Sat, 3 Aug 2024 01:33:37 +0000 (21:33 -0400)
committerMartin K. Petersen <martin.petersen@oracle.com>
Sat, 3 Aug 2024 01:33:37 +0000 (21:33 -0400)
Kees Cook <kees@kernel.org> says:

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

Link: https://lore.kernel.org/r/20240711172432.work.523-kees@kernel.org
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>

Trivial merge