From afa456c92c754191d97dfec896ba8cd3c053333c Mon Sep 17 00:00:00 2001 From: "Claude (noether)" Date: Sat, 16 May 2026 23:23:42 +0000 Subject: [PATCH] Phase 2 close addendum: gitea push deferred (sideband disconnect) Followup to 3834ba0. Two push attempts to gitea (claude-noether/linux-rk3588-marfrit:vp9-enablement-iter1) failed with "send-pack: unexpected disconnect while reading sideband packet". Likely cause: the branch base linux-rk3588-marfrit on boltzmann is ahead of gitea remote and the resulting pack is too large to push in one shot under current ssh stability. Workaround for next session: 1. cd ~/src/linux-rockchip on boltzmann 2. git push gitea linux-rk3588-marfrit (sync the base first) 3. git push gitea vp9-enablement-iter1 (then push the campaign branch) Or use --push.optionspack to chunk; or use HTTPS+token if SSH stays flaky. Commits remain durable on boltzmann disk (~/src/linux-rockchip, branch vp9-enablement-iter1, head 71cc0d96d212). Co-Authored-By: Claude Opus 4.7