Re: [PATCH] hv: hyperv.h: Annotate vmbus_channel_gpadl_header with __counted_by()

From: Wei Liu
Date: Sun Dec 08 2024 - 19:46:30 EST


On Mon, Dec 09, 2024 at 01:16:01AM +0100, Thorsten Blum wrote:
> 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?

Yes, you're right. The patch has been dropped from hyperv-fixes.

Thanks,
Wei.

>
> Thanks,
> Thorsten