-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
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
CLNG-BPF [test_maps] pyperf600.o fatal error: error in backend: Branch target out of insn range #55669
Labels
Comments
The selftest is fixed with https://lore.kernel.org/bpf/20220419043230.2928530-1-yhs@fb.com/ In general, bpf community does not encourage inlining everything which will also increase code size and possibly make verification harder (even fail verification). But agree that at some point, we may need to add new instruction to add have more than 16bit offset (e.g., 24bit or even 32bit). |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: