Re: [RESEND PATCH] ext4: Annotate struct fname with __counted_by()
From: Greg KH
Date: Tue Nov 05 2024 - 04:53:16 EST
On Tue, Nov 05, 2024 at 12:42:14AM +0100, Thorsten Blum wrote:
> Add the __counted_by compiler attribute to the flexible array member
> name to improve access bounds-checking via CONFIG_UBSAN_BOUNDS and
> CONFIG_FORTIFY_SOURCE.
>
> Inline and use struct_size() to calculate the number of bytes to
> allocate for new_fn and remove the local variable len.
This is two different things, why not do this in two different patches?
thanks,
greg k-h