Conversation
dron0gus
merged commit Jul 16, 2026
b97560e
into
rusefi:stable_21.11.x.rusefi_clean_history
1 check failed
dron0gus
pushed a commit
to dron0gus/ChibiOS
that referenced
this pull request
Sep 4, 2026
…usefi#70) 🤖 chibios-sheriff — backport (advisory) Backport of **rusefi#69** (main commit `fbbfad3`) to `stable-21.11.x`. **Fix** - The dynamic-thread test memory pool is initialized with `chPoolObjectInitAligned(&mp1, THD_WORKING_AREA_SIZE(THREADS_STACK_SIZE), PORT_WORKING_AREA_ALIGN, NULL)` instead of `chPoolObjectInit` (`PORT_NATURAL_ALIGN`), so the pooled thread working areas meet the port's WA alignment. Source regenerated from `test/rt/configuration.xml`. **Adaptation:** none — cherry-pick auto-merged cleanly; `chPoolObjectInitAligned` and `PORT_WORKING_AREA_ALIGN` are present on stable. **Local gates** (stable has no CI): regenerating `rt_test_sequence_011.c` from stable's `configuration.xml` reproduces the committed file with **zero drift**; `test/rt/testbuild` builds and runs `Final result: SUCCESS` (rt + oslib). **Changelog:** none — test-suite-only change (matches rusefi#69 on main). Sheriff-authored backport — a human reviews/merges. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
No description provided.