Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Tue, 20 Dec 2022 17:30:36 -0800 you wrote: > From: Martin KaFai Lau <martin.lau@xxxxxxxxxx> > > 'struct bpf_local_storage_elem' has an unused 56 byte padding at the > end due to struct's cache-line alignment requirement. This padding > space is overlapped by storage value contents, so if we use sizeof() > to calculate the total size, we overinflate it by 56 bytes. Use > offsetof() instead to calculate more exact memory use. > > [...] Here is the summary with links: - [v3,bpf-next] bpf: Reduce smap->elem_size https://git.kernel.org/bpf/bpf-next/c/552d42a356eb You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html