On Thu, Feb 9, 2023 at 3:25 AM Johannes Weiner <hannes@xxxxxxxxxxx> wrote: > > On Sun, Feb 05, 2023 at 06:58:02AM +0000, Yafang Shao wrote: > > Introduce new helper bpf_map_kvcalloc() for this memory allocation. Then > > bpf_local_storage will be the same with other map's creation. > > > > Signed-off-by: Yafang Shao <laoar.shao@xxxxxxxxx> > > This looks good to me, but it could be helpful to explain the > user-visible part of the bug somewhat, i.e. who is being charged right > now for the allocation if it's not the map owner. Sure. Will improve the commit log. -- Regards Yafang