Branch: refs/heads/gh-readonly-queue/master/pr-6832-090b8b02ae54e19ae96a8dc673685981d6fb5b11
Home:
https://github.com/google/syzkaller
Commit: 12c7ee42182673f63622aadb91d5da1f2eedb8f1
https://github.com/google/syzkaller/commit/12c7ee42182673f63622aadb91d5da1f2eedb8f1
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/pkg/api/client.go
M syz-cluster/pkg/controller/api.go
M syz-cluster/pkg/controller/api_test.go
M syz-cluster/pkg/service/finding.go
Log Message:
-----------
syz-cluster: add GetFinding API
The API method can be used to query more details about a finding by its
UUID.
Commit: 5675edac8a8dd3f3041df8d9ec79f95a42d434fa
https://github.com/google/syzkaller/commit/5675edac8a8dd3f3041df8d9ec79f95a42d434fa
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/pkg/api/client.go
M syz-cluster/pkg/controller/api.go
M syz-cluster/pkg/controller/api_test.go
M syz-cluster/pkg/db/entities.go
M syz-cluster/pkg/service/finding.go
Log Message:
-----------
syz-cluster: add ListPreviousFindings API
The API call returns an aggregated list of findings in all previous
versions of the specified patch series.
Commit: 43909ad95b9ab48480843ff657b4392e3791ade5
https://github.com/google/syzkaller/commit/43909ad95b9ab48480843ff657b4392e3791ade5
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/pkg/api/api.go
M syz-cluster/pkg/api/client.go
M syz-cluster/pkg/controller/api.go
M syz-cluster/pkg/controller/api_test.go
M syz-cluster/pkg/db/entities.go
A syz-cluster/pkg/db/migrations/11_add_session_test_steps.down.sql
A syz-cluster/pkg/db/migrations/11_add_session_test_steps.up.sql
A syz-cluster/pkg/db/test_step_repo.go
A syz-cluster/pkg/db/test_step_repo_test.go
A syz-cluster/pkg/service/session_test_step.go
Log Message:
-----------
syz-cluster: introduce test steps
Test steps constitute sub-steps of a particular test step.
These will be used for pesisting the information about the reproducers
that are rerun on newer patch series and about individual kernel tests
(if/when we add integrate it will kunit/kselftests/other testing
utilities).
Commit: f97a516453e0922821ada5d0a981fd8112ebc9e4
https://github.com/google/syzkaller/commit/f97a516453e0922821ada5d0a981fd8112ebc9e4
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/Makefile
M syz-cluster/pkg/api/api.go
A syz-cluster/pkg/retest/retest.go
A syz-cluster/pkg/retest/retest_test.go
M syz-cluster/workflow/kustomization.yaml
A syz-cluster/workflow/retest/Dockerfile
A syz-cluster/workflow/retest/main.go
A syz-cluster/workflow/retest/workflow-template.yaml
Log Message:
-----------
syz-cluster: add a retest action
The action takes a list of findings and runs their reproducers on the
base and the patched kernel.
Commit: 6c228ba88cd6c8fca4ca6a18856f2869bd48e520
https://github.com/google/syzkaller/commit/6c228ba88cd6c8fca4ca6a18856f2869bd48e520
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/pkg/workflow/template.yaml
M syz-cluster/workflow/triage/main.go
Log Message:
-----------
syz-cluster: integrate retest into the workflow
Query the findings to retest during the triage action and schedule the
retest action in the Argo workflow template.
Commit: b69311f5e478a1f47877dbf887729f87c2a7c6ac
https://github.com/google/syzkaller/commit/b69311f5e478a1f47877dbf887729f87c2a7c6ac
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/dashboard/handler.go
M syz-cluster/dashboard/local_ui_test.go
M syz-cluster/dashboard/templates/series.html
M syz-cluster/pkg/db/test_step_repo.go
Log Message:
-----------
syz-cluster: display test steps on the dashboard
Commit: d51c35ebcaaadf15489b4adc62c951d5e6900a6a
https://github.com/google/syzkaller/commit/d51c35ebcaaadf15489b4adc62c951d5e6900a6a
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/pkg/db/entities.go
A syz-cluster/pkg/db/migrations/12_add_finding_created_at.down.sql
A syz-cluster/pkg/db/migrations/12_add_finding_created_at.up.sql
M syz-cluster/pkg/service/finding.go
Log Message:
-----------
syz-cluster: remember creation time of findings
It will help us diambiguate them later.
Commit: ccdcad97ffb81efdf1d1c0a06bae8b57da28991d
https://github.com/google/syzkaller/commit/ccdcad97ffb81efdf1d1c0a06bae8b57da28991d
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/pkg/controller/api_test.go
A syz-cluster/pkg/reporter/dedup_test.go
M syz-cluster/pkg/service/finding.go
Log Message:
-----------
syz-cluster: deduplicate findings during reporting
Now that the same bug could be found on in multiple session tests (e.g.
during fuzzing and during repro retesting), ensure that we do not report
it twice.
Add a test and fix the logic.
Commit: a9fe5c9ea5a79ea37834f2c5be830d0385f20199
https://github.com/google/syzkaller/commit/a9fe5c9ea5a79ea37834f2c5be830d0385f20199
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-03-04 (Wed, 04 Mar 2026)
Changed paths:
M syz-cluster/pkg/controller/api_test.go
M syz-cluster/pkg/service/finding.go
Log Message:
-----------
syz-cluster: only retest findings with reproducers
There are findings without one (e.g. build errors), and it makes no
sense to rerun them.
Compare:
https://github.com/google/syzkaller/compare/12c7ee421826%5E...a9fe5c9ea5a7
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications