Skip to content

RFC: syz-cluster: consider git diffs during series triage #5934

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

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

Conversation

a-nogikh
Copy link
Collaborator

I've moved this commit out of #5924 to merge #5924 faster.


Skip the series if it only modifies the file types that are assumed to be irrelevant for the kernel build outcome.

Skip the series if it only modifies the file types that are assumed to
be irrelevant for the kernel build outcome.
".txt": true,
".rst": true,
".json": true,
".py": true,
Copy link
Collaborator

Choose a reason for hiding this comment

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

There are some codegen scripts in Python, at least I see "gen_header.py".
json/txt may be inputs to these scripts.

"github.com/google/syzkaller/syz-cluster/pkg/api"
)

// For now, follow the simplest strategy - just verify whether the series modifies only the files
Copy link
Collaborator

Choose a reason for hiding this comment

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

Add a TODO that this should be replaced with build signatures, rather than extended be more and more complex.

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