TEST: verify qemu#85 fix catches system-gzip regression (DO NOT MERGE) - #15
Closed
widgetii wants to merge 1 commit into
Closed
TEST: verify qemu#85 fix catches system-gzip regression (DO NOT MERGE)#15widgetii wants to merge 1 commit into
widgetii wants to merge 1 commit into
Conversation
DO NOT MERGE. This is a deliberate revert of the gk7205v300 SoC Makefile to system gzip (32 KiB window) — the exact format that broke real Goke V4 silicon and that PR #14 fixed. Expected behavior under qemu-hisilicon master (now includes #86, the fix for #85): qemu_smoke (gk7205v300) FAILS with "Uncompress Fail!" on the UART. The other 3 SoCs (gk7202v300, gk7205v200, gk7605v100) stay untouched as controls — they should still pass. If the test passes (i.e., gk7205v300 fails as expected and the others pass), the QEMU gate is now tight enough to have caught the original PR #10 regression. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Member
Author
|
Test scaffold — qemu#85 reopened with root cause (Z_FINISH bypasses window cap). Closing this branch; will retest once #85 lands properly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Test scaffold — do not merge
Reverts
arch/arm/cpu/armv7/gk7205v300/Makefileto use systemgzip(32 KiB window), reproducing the May 8 hardware regressionfixed by #14. The other 3 SoCs are unchanged as controls.
Expected outcome
qemu_smoke (gk7205v300)FAILS with "Uncompress Fail!"→ the qemu#85 fix is correctly enforcing the 8 KiB window.
qemu_smoke (gk7202v300, gk7205v200, gk7605v100)all PASS→ the gate is targeted, not over-strict.
Rollback
After verification, this branch and PR get closed/deleted; no
merge to master.
🤖 Generated with Claude Code