Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bpf): fix a verifier issue on debian10(4.19.0-25-amd64)
The verifier issue is: 2446: (07) r3 += 16 2447: (bf) r1 = r10 2448: (07) r1 += -40 2449: (b7) r2 = 8 2450: (85) call bpf_probe_read#4 2451: (79) r3 = *(u64 *)(r10 -32) BPF program is too large. Processed 131073 insn -- END PROG LOAD LOG -- terminate called after throwing an instance of 'scap_open_exception' what(): libscap: bpf_load_program() event=raw_tracepoint/filler/open_by_handle_at_x_extra_tail_1: Operation not permitted Signed-off-by: Andrea Terzolo <[email protected]>
- Loading branch information