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

all: support linux KCOV_TRACE_UNIQ_[PC|EDGE|CMP] modes #5673

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jiangenj
Copy link
Contributor

KCOV_TRACE_UNIQ_PC and KCOV_TRACE_UNIQ_EDGE are enabled together, which are used to replace previous KCOV_TRACE_PC mode. KCOV_TRACE_UNIQ_CMP is used to replace KCOV_TRACE_CMP mode.

With UNIQ modes, smaller cover buffer is required.

Uniq mode for remote cover is not supported yet.


Before sending a pull request, please review Contribution Guidelines:
https://github.com/google/syzkaller/blob/master/docs/contributing.md


@jiangenj
Copy link
Contributor Author

This is for b4 am [email protected]

@jiangenj jiangenj force-pushed the uniqmodes branch 4 times, most recently from fe40b83 to d88483c Compare January 15, 2025 06:31
KCOV_TRACE_UNIQ_PC and KCOV_TRACE_UNIQ_EDGE are enabled together,
which are used to replace previous KCOV_TRACE_PC mode.
KCOV_TRACE_UNIQ_CMP is used to replace KCOV_TRACE_CMP mode.

With UNIQ modes, smaller cover buffer is required.

Uniq mode for remote cover is not supported yet.
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