Upgrade QEMU to 10.1.3 / fix tar+fcntl+openat2 issue on musl aarch64#287
Open
chadlwilson wants to merge 3 commits intotonistiigi:masterfrom
Open
Upgrade QEMU to 10.1.3 / fix tar+fcntl+openat2 issue on musl aarch64#287chadlwilson wants to merge 3 commits intotonistiigi:masterfrom
chadlwilson wants to merge 3 commits intotonistiigi:masterfrom
Conversation
Signed-off-by: jchzhou <zhoujiacheng@iscas.ac.cn>
… 1.25 Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
Avoids changes in Alpine 3.23's apk-tools which causes the earlier arch change to reinstall all binaries into the primary root and prevents tje stage's bash/busybox from working Signed-off-by: Chad Wilson <29788154+chadlwilson@users.noreply.github.com>
Author
|
FWIW i tried upgrading the tests golang version and pkg dependencies but there is an issue with the scheduling tests that needs some work so I dropped it to keep this more focused I also tried upgrading the main vendored dependencies which also worked fine but also left aside due to distracting from core goal. |
Author
|
Any thoughts on this @tonistiigi or @crazy-max - now that the tests are all passing? 🙏 |
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.
This PR augments #283 in order to
taron aarch64 when using QEMU compiled bytonistiigi/binfmt#285taris broken via QEMU compiled for musl aarch64 after the fix for CVE-2025-45582tarOther Notes
As a side effect to make this happen
3.23and go1.25(tests left as-is)busybox-staticon Alpine 3.23execve format errorduring busybox triggers, since apk tries to upgrade/replace all existing installs with the new arch; breaking thecrossarchbuilder stageapk--rootto install the cross-archbusybox-staticinsteadgolangci-lint migrateto migrate config as-is)None of the
direct-execvepatches have been altered from their10.0versions.Testing
Tests/builds all passing on my fork at https://github.com/chadlwilson/binfmt/actions/runs/21165537732