Merge branch 'fix-compiler-warnings-looking-for-suggestions'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 21 Jun 2024 02:50:27 +0000 (19:50 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 21 Jun 2024 02:50:33 +0000 (19:50 -0700)
commitbf977ee4a9e2ad8a41b3a2497aada5e7eb09eaea
tree008909b701e35b7a7c65c468684f2e7ca18235fe
parent3b06304370931f90cd6f50ea9dd55603429b13dc
parent21ab4980e02d495174bc64c00ceb4d3cf87fadb1
Merge branch 'fix-compiler-warnings-looking-for-suggestions'

Rafael Passos says:

====================
Fix compiler warnings, looking for suggestions

Hi,
This patchset has a few fixes to compiler warnings.
I am studying the BPF subsystem and wish to bring more tangible contributions.
I would appreciate receiving suggestions on things to investigate.
I also documented a bit in my blog. I could help with docs here, too.
https://rcpassos.me/post/linux-ebpf-understanding-kernel-level-mechanics
Thanks!

Changelog V1 -> V2:
- rebased all commits to updated for-next base
- removes new cases of the extra parameter for bpf_jit_binary_pack_finalize
- built and tested for ARM64
- sent the series for the test workflow:
  https://github.com/kernel-patches/bpf/pull/7198
====================

Acked-by: Puranjay Mohan <puranjay@kernel.org>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Link: https://lore.kernel.org/r/20240615022641.210320-1-rafael@rcpassos.me
Signed-off-by: Alexei Starovoitov <ast@kernel.org>