Messages in this thread |  | | Subject | Re: [PATCH bpf-next v3] libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len) | From | patchwork-bot+netdevbpf@kernel ... | Date | Mon, 04 Apr 2022 01:30:11 +0000 |
| |
Hello:
This patch was applied to bpf/bpf-next.git (master) by Andrii Nakryiko <andrii@kernel.org>:
On Mon, 4 Apr 2022 08:53:20 +0800 you wrote: > Since core relos is an optional part of the .BTF.ext ELF section, we should > skip parsing it instead of returning -EINVAL if header size is less than > offsetofend(struct btf_ext_header, core_relo_len). > > Signed-off-by: Yuntao Wang <ytcoode@gmail.com> > --- > v1 -> v2: skip core relos if hdr_len < offsetofend(core_relo_len) > v2 -> v3: fix comment style > > [...]
Here is the summary with links: - [bpf-next,v3] libbpf: Don't return -EINVAL if hdr_len < offsetofend(core_relo_len) https://git.kernel.org/bpf/bpf-next/c/a6a86da847eb
You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
|  |