From: Dmitry Antipov <dmanti...@yandex.ru> Date: Thu, 1 Aug 2024 17:23:11 +0300 > According to '__reuseport_alloc()', annotate flexible array member > '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 <dmanti...@yandex.ru>
Reviewed-by: Kuniyuki Iwashima <kun...@amazon.com>