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

Merge LlmpEventManager and LlmpRestartingEventManager #2891

Merged
merged 7 commits into from
Jan 26, 2025
Merged

Conversation

tokatoka
Copy link
Member

No description provided.

@tokatoka
Copy link
Member Author

#2879

@tokatoka tokatoka requested a review from domenukk January 25, 2025 12:49
StateRestorer::new(shmem_provider.new_shmem(0x1000).unwrap()),
)),
MonitorTypedEventManager::<_, M>::new(
LlmpRestartingEventManagerBuilder::builder().build_on_port(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Drop the Restarting then?

It uses the best possible setting, with the exception of a SimpleRestartingEventManager instead of an LlmpEventManager - since fuzzbench is single threaded.
Real fuzz campaigns should consider using multithreaded LlmpEventManager, see the other examples.
It uses the best possible setting, with the exception of a SimpleRestartingEventManager instead of an LlmpRestartEventManager - since fuzzbench is single threaded.
Real fuzz campaigns should consider using multithreaded LlmpRestartEventManager, see the other examples.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mistyped

@tokatoka tokatoka merged commit 133a0ff into main Jan 26, 2025
107 checks passed
@tokatoka tokatoka deleted the save_llmp_em branch January 26, 2025 12:43
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.

2 participants