LINUX-STM32MP: fix 'cpuidle-stm32' for CONFIG_CC_OPTIMIZE_FOR_SIZE' #80
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.
Thanks @BernardPuel and @patrickdelaunay for fixing the upstream ST kernel 6.1 through my original PR #54
However I'd be interested to know if fixing the
kirkstone
faulty.patch
from both these PR is possible,because one year later and being updated to all latest Yocto
4.0.20
layers + STM32MPkirkstone
,and ST kernel current version 5.15.145, this build fix still needs to be kept and maintained locally.
I understand the newest version versus maintenance branches priorities, and isolation between internal Gerrit and PRs,
but the
kirkstone
branch being LTS and required by some STM32MP1 SOM providers or projects aligned on this LTS,it should allow minor build fixes as these that affect only the branch (and avoid others to hit & fix these locally again).
Thanks !