mbox series

[bpf-next,v3,0/1] btf_dump fixes for s390

Message ID 20211021104658.624944-1-iii@linux.ibm.com (mailing list archive)
Headers show
Series btf_dump fixes for s390 | expand

Message

Ilya Leoshkevich Oct. 21, 2021, 10:46 a.m. UTC
v2: https://lore.kernel.org/bpf/20211013160902.428340-1-iii@linux.ibm.com/
v2 -> v3:
- Drop committed patches.
- Handle potential division by zero when using btf__align_of(). Use
  btf__align_of() in btf_dump_ptr_data() instead of the direct ptr_sz
  access: although it's slightly slower, the result is the same and the
  resulting code is more uniform.

v1: https://lore.kernel.org/bpf/20211012023218.399568-1-iii@linux.ibm.com/
v1 -> v2:
- Remove redundant local variables, use t->size directly instead.
- Add btf__align_of() patch.

Ilya Leoshkevich (1):
  libbpf: Fix ptr_is_aligned() usages

 tools/lib/bpf/btf_dump.c | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Oct. 21, 2021, 11 p.m. UTC | #1
Hello:

This patch was applied to bpf/bpf-next.git (master)
by Andrii Nakryiko <andrii@kernel.org>:

On Thu, 21 Oct 2021 12:46:57 +0200 you wrote:
> v2: https://lore.kernel.org/bpf/20211013160902.428340-1-iii@linux.ibm.com/
> v2 -> v3:
> - Drop committed patches.
> - Handle potential division by zero when using btf__align_of(). Use
>   btf__align_of() in btf_dump_ptr_data() instead of the direct ptr_sz
>   access: although it's slightly slower, the result is the same and the
>   resulting code is more uniform.
> 
> [...]

Here is the summary with links:
  - [bpf-next,v3,1/1] libbpf: Fix ptr_is_aligned() usages
    https://git.kernel.org/bpf/bpf-next/c/632f96d2652e

You are awesome, thank you!