Merge branch 'chelsio-annotate-structs-with-__counted_by'
authorJakub Kicinski <kuba@kernel.org>
Wed, 4 Oct 2023 22:37:15 +0000 (15:37 -0700)
committerJakub Kicinski <kuba@kernel.org>
Wed, 4 Oct 2023 22:37:15 +0000 (15:37 -0700)
commitf8e5b778623767463ec62c81cf5a357b2f1d3315
tree373fbf7c52c450afa298cf56eaf79ea54cd9f804
parent07cf7974a2236a66f989869c301aa0220f33905c
parent1508cb7e07520d34b5f45992bbd172dd5728cbc7
Merge branch 'chelsio-annotate-structs-with-__counted_by'

Kees Cook says:

====================
chelsio: Annotate structs with __counted_by

This annotates several chelsio structures with the coming __counted_by
attribute for bounds checking of flexible arrays at run-time. For more details,
see commit dd06e72e68bc ("Compiler Attributes: Add __counted_by macro").
====================

Link: https://lore.kernel.org/r/20230929181042.work.990-kees@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>