MISRA 17.12 fixes, justifications for other reporting issues.#1372
Merged
kstribrnAmzn merged 10 commits intoFreeRTOS:mainfrom Feb 24, 2026
Merged
MISRA 17.12 fixes, justifications for other reporting issues.#1372kstribrnAmzn merged 10 commits intoFreeRTOS:mainfrom
kstribrnAmzn merged 10 commits intoFreeRTOS:mainfrom
Conversation
96ed994 to
48fe80a
Compare
This is expected from the portable header as it is implemented by the port.
Deviations which are unsupressed should be documented for user awareness.
This is required to disambiguate a function call and a function to-be called
Coverity provides a false positive of pxQueueSetContainer being null.
e3273b5 to
98ffa0d
Compare
|
AniruddhaKanhere
approved these changes
Feb 24, 2026
archigup
approved these changes
Feb 24, 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.



Description
Fix MISRA 17.12 violations by making explicit the callback function usage callback pattern.
Provide justification for leaving the other violations unsuppressed. Most are not considered kernel implementation or should go away with a valid port implementation.
Test Steps
Ran coverity scan
Checklist:
Related Issue
None
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.