-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Can't execute BPF without loading it first #8971
Labels
stale
[bot only] Added to stale content; results in auto-close after a week.
Milestone
Comments
@garious This is possible and will probably come with exceptions, like not being able to call helper functions (traps) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
stale
bot
added
the
stale
[bot only] Added to stale content; results in auto-close after a week.
label
Mar 20, 2021
This stale issue has been automatically closed. Thank you for your contributions. |
This was referenced Jun 6, 2023
Open
This was referenced Jun 6, 2023
Open
This was referenced Jun 7, 2023
This was referenced Jun 8, 2023
This was referenced Jun 9, 2023
This was referenced Sep 29, 2023
Open
Open
Open
Open
Open
Open
This was referenced Oct 6, 2023
Open
Open
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem
Can't inject simple BPF into transactions. For simple assertions, the compiled code should be well under 1500 bytes. I'd like to write something like this:
Proposed Solution
Add an instruction to the BPF_LOADER that executes the bytecode in the instruction data.
cc: @jackcmay
The text was updated successfully, but these errors were encountered: