Skip to content
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

Add new syscall instruction to the verifier #614

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

LucasSte
Copy link

This PR adds the new syscall instruction to the verifier. It also introduces a data structure to hold syscall registration.

The idea is that Agave will have a data structure to properly organize registrations and then pass the vector directly to rBPF SyscallRegistry::new(). I deemed that this part did not belong in there.

Modifications to the jitter, interpreter and a tidier organization to the execution tests will come in follow up PRs.

@LucasSte LucasSte marked this pull request as ready for review October 14, 2024 22:27
@LucasSte LucasSte requested a review from Lichtso October 14, 2024 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant