Hi, This patchset has a few fixes to compiler warnings. I compiled and tested it. 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! Rafael Passos (3): bpf: remove unused parameter in bpf_jit_binary_pack_finalize bpf: remove unused parameter in __bpf_free_used_btfs bpf: remove redeclaration of new_n in bpf_verifier_vlog arch/x86/net/bpf_jit_comp.c | 4 ++-- include/linux/bpf.h | 3 +-- include/linux/filter.h | 3 +-- kernel/bpf/core.c | 8 +++----- kernel/bpf/log.c | 2 +- kernel/bpf/verifier.c | 3 +-- 6 files changed, 9 insertions(+), 14 deletions(-) -- 2.45.2