[PATCH] mtd: rawnand: rockchip: Use struct_size()

Heiko Stuebner heiko at sntech.de
Mon Oct 9 13:18:49 PDT 2023


Am Sonntag, 1. Oktober 2023, 09:44:04 CEST schrieb Christophe JAILLET:
> Use struct_size() instead of hand writing it.
> This is less verbose and more robust.
> 
> While at it, prepare for the coming implementation by GCC and Clang of the
> __counted_by attribute. Flexible array members annotated with __counted_by
> can have their accesses bounds-checked at run-time checking via
> CONFIG_UBSAN_BOUNDS (for array indexing) and CONFIG_FORTIFY_SOURCE (for
> strcpy/memcpy-family functions).
> 
> Also remove a useless comment about the position of a flex-array in a
> structure.
> 
> Signed-off-by: Christophe JAILLET <christophe.jaillet at wanadoo.fr>

Acked-by: Heiko Stuebner <heiko at sntech.de>





More information about the linux-mtd mailing list