Re: [PATCH] scsi: aacraid: union aac_init: Replace 1-element array with flexible array
From: Martin K. Petersen
Date: Mon Aug 05 2024 - 17:19:38 EST
On Thu, 11 Jul 2024 10:48:23 -0700, Kees Cook wrote:
> Replace the deprecated[1] use of a 1-element array in
> union aac_init with a modern flexible array.
>
> Additionally add __counted_by annotation since rrq is only ever accessed
> after rr_queue_count has been set (with the same value used to control
> the loop):
>
> [...]
Applied to 6.12/scsi-queue, thanks!
[1/1] scsi: aacraid: union aac_init: Replace 1-element array with flexible array
https://git.kernel.org/mkp/scsi/c/575b9be63684
--
Martin K. Petersen Oracle Linux Engineering