From: Dmitry Antipov <[email protected]> Date: Tue, 30 Jul 2024 19:04:49 +0300 > According to '__reuseport_alloc()', annotate trailing VLA 'sock' of > 'struct sock_reuseport' with '__counted_by()' and use convenient > 'struct_size()' to simplify the math used in 'kzalloc()'. > > Signed-off-by: Dmitry Antipov <[email protected]>
Reviewed-by: Kuniyuki Iwashima <[email protected]>
