Re: [PATCH v8 net-next 2/5] cache: enforce cache groups
From: Eric Dumazet <edumazet@google.com>
Date: 2023-11-30 10:40:56
From: Eric Dumazet <edumazet@google.com>
Date: 2023-11-30 10:40:56
On Wed, Nov 29, 2023 at 8:28 AM Coco Li [off-list ref] wrote:
Set up build time warnings to safeguard against future header changes of organized structs. Warning includes: 1) whether all variables are still in the same cache group 2) whether all the cache groups have the sum of the members size (in the maximum condition, including all members defined in configs) The __cache_group* variables are ignored in kernel-doc check in the various header files they appear in to enforce the cache groups. Suggested-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Daniel Borkmann <daniel@iogearbox.net> Signed-off-by: Coco Li <redacted> --- include/linux/cache.h | 25 +++++++++++++++++++++++++ scripts/kernel-doc | 5 +++++ 2 files changed, 30 insertions(+)
Reviewed-by: Eric Dumazet <edumazet@google.com>