Branch: refs/heads/master
Home:
https://github.com/google/syzkaller
Commit: d016e189f60d41bf5b81c88f5104719df79d934e
https://github.com/google/syzkaller/commit/d016e189f60d41bf5b81c88f5104719df79d934e
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M dashboard/app/main.go
Log Message:
-----------
dashboard/app: hide reply-only AI patch iterations from bug page
Currently, the bug page displays a new patch version for every AI patch
iteration job that produces a reporting. However, some patch iterations
only result in a reply comment and do not generate a new code patch.
Since the JobReporting table does not explicitly distinguish between
these outcomes, this causes "empty" patch versions to appear in the UI.
Fix this by explicitly checking the job results when loading patch
versions. If a WorkflowPatchIteration job did not produce a PatchDiff,
skip it so that only actual code patches are shown in the patch history
list.
Commit: cdcf5354b95f4baa8559d790520f24ceba1d9b15
https://github.com/google/syzkaller/commit/cdcf5354b95f4baa8559d790520f24ceba1d9b15
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-05-19 (Tue, 19 May 2026)
Changed paths:
M .golangci.yml
M dashboard/app/config.go
M dashboard/app/coverage_test.go
M dashboard/app/jobs.go
M dashboard/app/reporting.go
M dashboard/app/reporting_lists.go
M dashboard/app/util_test.go
M executor/style_test.go
M pkg/build/android.go
M pkg/cover/backend/elf.go
M pkg/cover/heatmap.go
M pkg/cover/html.go
M pkg/ifaceprobe/ifaceprobe.go
M pkg/rpcserver/last_executing.go
M prog/parse.go
M sys/targets/targets.go
M syz-cluster/series-tracker/main.go
M vm/bhyve/bhyve.go
Log Message:
-----------
all: partially enable gocritic
Enable diagnostic and some stylistic checkers.
Fix the resulting findings.
Compare:
https://github.com/google/syzkaller/compare/9303eaa86275...cdcf5354b95f