Backport fixes to stable-v2.14, PR10297#10313
Merged
lgirdwood merged 2 commits intothesofproject:stable-v2.14from Oct 21, 2025
Merged
Backport fixes to stable-v2.14, PR10297#10313lgirdwood merged 2 commits intothesofproject:stable-v2.14from
lgirdwood merged 2 commits intothesofproject:stable-v2.14from
Conversation
2c630fe to
7f093fb
Compare
Factor out resource initialization so that it can be reused. While at it get rid of md variable. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> (cherry picked from commit 548f0e6)
Remove any containers from the free container list so that we don't keep pointers to containers that are no longer used and will be freed when container chunks are released below. Leaving those nodes in the free container list would cause use-after-free on subsequent allocations. While at it, make sure all resource lists are reset. Signed-off-by: Daniel Baluta <daniel.baluta@nxp.com> (cherry picked from commit 259c32b)
|
Internal Intel CI fails at test_001_06_rtc_arc_dmic_driver_topo. I think that the issue was recently fixed by @tmleman |
Collaborator
Author
Done. |
Contributor
@lrudyX @kv2019i I checked what happened and indeed my fix is not there, but the failure is not related to this in any way. On this branch, AEC was not enabled on PTL and the test fails because it cannot find the module. |
kv2019i
approved these changes
Oct 20, 2025
abonislawski
approved these changes
Oct 21, 2025
lgirdwood
approved these changes
Oct 21, 2025
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.