]> www.infradead.org Git - users/hch/configfs.git/commit
bpf: remove unused parameter in bpf_jit_binary_pack_finalize
authorRafael Passos <rafael@rcpassos.me>
Sat, 15 Jun 2024 02:24:08 +0000 (23:24 -0300)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 21 Jun 2024 02:50:26 +0000 (19:50 -0700)
commit9919c5c98cb25dbf7e76aadb9beab55a2a25f830
treec399342992d107b9aa03abe120d9950ba635073d
parent3b06304370931f90cd6f50ea9dd55603429b13dc
bpf: remove unused parameter in bpf_jit_binary_pack_finalize

Fixes a compiler warning. the bpf_jit_binary_pack_finalize function
was taking an extra bpf_prog parameter that went unused.
This removves it and updates the callers accordingly.

Signed-off-by: Rafael Passos <rafael@rcpassos.me>
Link: https://lore.kernel.org/r/20240615022641.210320-2-rafael@rcpassos.me
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
arch/arm64/net/bpf_jit_comp.c
arch/powerpc/net/bpf_jit_comp.c
arch/riscv/net/bpf_jit_core.c
arch/x86/net/bpf_jit_comp.c
include/linux/filter.h
kernel/bpf/core.c