Hello: This patch was applied to bpf/bpf-next.git (master) by Daniel Borkmann <daniel@xxxxxxxxxxxxx>: On Thu, 15 Dec 2022 10:36:05 -0800 you wrote: > Fix bug in btf_dump's logic of determining if a given struct type is > packed or not. The notion of "natural alignment" is not needed and is > even harmful in this case, so drop it altogether. The biggest difference > in btf_is_struct_packed() compared to its original implementation is > that we don't really use btf__align_of() to determine overall alignment > of a struct type (because it could be 1 for both packed and non-packed > struct, depending on specifci field definitions), and just use field's > actual alignment to calculate whether any field is requiring packing or > struct's size overall necessitates packing. > > [...] Here is the summary with links: - [bpf-next] libbpf: fix btf_dump's packed struct determination https://git.kernel.org/bpf/bpf-next/c/4fb877aaa179 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html