We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BPF program is too large. Processed 1000001 insn processed 1000001 insns (limit 1000000) max_states_per_insn 41 total_states 63508 peak_states 811 mark_read 17 -- END PROG LOAD LOG -- libbpf: prog 'sys_execve': failed to load: -7 libbpf: failed to load object 'tracexec_system_bpf' libbpf: failed to load BPF skeleton 'tracexec_system_bpf': -7 Error: 0: Argument list too long (os error 7)
This didn't happen on 6.6.58
The text was updated successfully, but these errors were encountered:
Bisection points to a backported fix for https://nvd.nist.gov/vuln/detail/CVE-2023-52920: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ecc2aeeaa08a355d84d3ca9c3d2512399a194f29
It seems that this is a LTS kernel regression caused by the backport: https://lore.kernel.org/all/[email protected]/
Sorry, something went wrong.
disable 6.6LTS in CI
1b7290b
Ref #55
1487ece
Affected kernel versions: v6.6.64..v6.6.69
Revert patch is in 6.6.70-rc1 https://lore.kernel.org/all/[email protected]/
No branches or pull requests
This didn't happen on 6.6.58
The text was updated successfully, but these errors were encountered: