Re: [PATCH 0/2] media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt
From: Kees Cook
Date: Thu Aug 22 2024 - 20:00:15 EST
On Wed, 10 Jul 2024 16:09:11 -0700, Kees Cook wrote:
> This replaces the 1-element "fake" flexible array in struct
> hfi_session_release_buffer_pkt with a modern flexible array and adds
> the __counted_by annotation that was identified during the analysis.
>
> Thanks!
>
> -Kees
>
> [...]
Applied to for-next/hardening, thanks!
[1/2] media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Replace 1-element array with flexible array
https://git.kernel.org/kees/c/c93452777f53
[2/2] media: venus: hfi_cmds: struct hfi_session_release_buffer_pkt: Add __counted_by annotation
https://git.kernel.org/kees/c/32ef4b710cbe
Take care,
--
Kees Cook