Re: [PATCH] hv: hyperv.h: Annotate vmbus_channel_gpadl_header with __counted_by()
From: Thorsten Blum
Date: Sun Dec 08 2024 - 19:16:34 EST
On 7. Dec 2024, at 08:48, Wei Liu wrote:
> On Tue, Oct 15, 2024 at 12:18:29PM +0200, Thorsten Blum wrote:
>> Add the __counted_by compiler attribute to the flexible array member
>> range to improve access bounds-checking via CONFIG_UBSAN_BOUNDS and
>> CONFIG_FORTIFY_SOURCE.
>>
>> Compile-tested only.
>>
>> Signed-off-by: Thorsten Blum <thorsten.blum@xxxxxxxxx>
>
> Applied to hyperv-fixes. Thanks.
This should probably not be applied anymore given the kernel test robot
build warnings. Unless I missed something and this works now?
Thanks,
Thorsten