Branch: refs/heads/gh-readonly-queue/master/pr-7719-c4770cc28dcad05f91d9e9d8cb78199e0557382a
Home:
https://github.com/google/syzkaller
Commit: 3c5eaa21b0dde97af48b7218aaad155b57ae3941
https://github.com/google/syzkaller/commit/3c5eaa21b0dde97af48b7218aaad155b57ae3941
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-08-04 (Tue, 04 Aug 2026)
Changed paths:
M tools/docker/syzbot/Dockerfile
Log Message:
-----------
tools/docker/syzbot: disable background git auto detach
Git spawns detached background processes for auto-GC (gc.autoDetach) and
auto-maintenance (maintenance.auto in Git >= 2.31) during fetch/commit.
In containers, these detached processes accumulate as defunct processes
when parent processes exit without reaping them. Furthermore, if a container
is SIGKILLed during rollout or update, the background process leaves lock
files (e.g., .git/HEAD.lock) on persistent disk, breaking future jobs.
Disable gc.autoDetach so all Git operations run synchronously in
the foreground.
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications