Re: [PATCH] mm/memcg: Annotate struct mem_cgroup_threshold_ary with __counted_by

2023-09-22 Thread Shakeel Butt
> (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family > functions). > > As found with Coccinelle[1], add __counted_by for struct > mem_cgroup_threshold_ary. > > [1] > https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci >

Re: [PATCH] mm/memcg: Annotate struct mem_cgroup_threshold_ary with __counted_by

2023-09-22 Thread Shakeel Butt
> (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family > functions). > > As found with Coccinelle[1], add __counted_by for struct > mem_cgroup_threshold_ary. > > [1] > https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci >