Skip to content

Conversation

@a-nogikh
Copy link
Collaborator

Consider Cc'd mailing lists when selecting the exact base commit.

Among the base commits determined based on blob sha value from the git
patch, first select the ones that match both the trees of the Cc'd
subsystems and their primary branches.

If it gives no exact match, select a base commit that comes from a tree
of a Cc'd subsystem. As fallback, take any subsystem tree.

This should prevent valid, but suprising patch series triage results.

Closes #6570.
Closes #6523.

@a-nogikh a-nogikh requested a review from tarasmadan January 12, 2026 21:53
@a-nogikh a-nogikh force-pushed the features/improve-blob-base-logic branch from d1e1506 to 01daca5 Compare January 13, 2026 09:21
tarasmadan
tarasmadan previously approved these changes Jan 13, 2026
Return the commits that represent unique sets of branches.
Sort the list topologically, breaking ties by commit date.
Consider Cc'd mailing lists when selecting the exact base commit.

Among the base commits determined based on blob sha value from the git
patch, first select the ones that match both the trees of the Cc'd
subsystems and their primary branches.

If it gives no exact match, select a base commit that comes from a tree
of a Cc'd subsystem. As fallback, take any subsystem tree.

This should prevent valid, but suprising patch series triage results.
@a-nogikh
Copy link
Collaborator Author

@tarasmadan PTAL

@a-nogikh a-nogikh added this pull request to the merge queue Jan 13, 2026
Merged via the queue into google:master with commit 393201a Jan 13, 2026
18 checks passed
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.

syz-cluster: improve blob hash-based base commit detection syzbot ci: determine the base commit by looking at git blob SHA values

2 participants