Skip to content
This repository has been archived by the owner on Jan 10, 2025. It is now read-only.

Add new syscall instruction to the verifier #614

Closed
wants to merge 5 commits into 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
@LucasSte LucasSte marked this pull request as draft October 17, 2024 00:00
@LucasSte
Copy link
Author

Superseded by #620.

@LucasSte LucasSte closed this Oct 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant