arch/intel64: fix broken ostest#18772
Merged
xiaoxiang781216 merged 5 commits intoapache:masterfrom Apr 21, 2026
Merged
Conversation
enable assertions for qemu-intel64/ostest Signed-off-by: raiden00pl <raiden00@railab.me>
e1f1795 to
a683c83
Compare
enable assertions and full opt for qemu-intel64/jumbo Signed-off-by: raiden00pl <raiden00@railab.me>
enable assertions and full opt for qemu-intel64/nsh Signed-off-by: raiden00pl <raiden00@railab.me>
copy logic from arm64 to fix SMP bugs in the signal trampoline caused signals to be lost or mis-delivered in ostest signest_test on qemu-intel64/jumbo. Also update comments so this logic is easier to follow Signed-off-by: raiden00pl <raiden00@railab.me>
Align _etbss in the linker script so (_etbss - _stdata) matches the compiler's aligned TLS block size. Fix ostest failure for CONFIG_SCHED_THREAD_LOCAL=y Signed-off-by: raiden00pl <raiden00@railab.me>
acassis
approved these changes
Apr 21, 2026
xiaoxiang781216
approved these changes
Apr 21, 2026
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.
Summary
Impact
fix #17132
also enabled DEBUGASSERT for configs where ostest is present, so that similar bugs will be faster to detect in the future
Testing
qemu-intel64/ostest - PASS
qemu-intel64/jumbo - PASS
qemu-intel64/nsh - PASS