-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
west.yml: update Zephyr to e97d33d0c896 #9119
Conversation
The internal Intel CI test hit a bug on SrcLite test on MTL with following log (via https://sof-ci.01.org/sof-pr-viewer/#/build/PR9119/build13962171 )
|
@marcinszkudlinski @singalsu @wszypelt Have you seen in this on other runs? It seems src_lite (using DP scheduling) is crashing in src_2s() at:
A9 is NULL, so this won't work. What confuses me is that there doesn't seem to be any link to the Zephyr update, so I suspect this is an existing bug we hit with (un)lucky timing. I can see src_reset() called which clears the stage2 pointers. What I don't get is why we have src_process() running at a point when the LL scheduler tasks have been terminated. Do we have a runaway DP thread running still, and when we run src_reset(), this blows up. I can't run this test locally, so I'll next try a bisect with less Zephyr commits, but any input is welcome. |
Fast-forward Zephyr by around 300 patches, including following affecting SOF build targets: soc/intel_adsp: ipc: initialize semaphore in driver init drivers: dai: ssp: fix MN_MDIVCTRL_M_DIV_ENABLE for ACE+ platform drivers: dai: intel: ssp: Only setup mclk/bclk when it is needed by role Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
V2:
|
@kv2019i it looks like you hit the same race I'm tracking now. It reproduces very rarely on hardware, more often on FPGA. So looks very much like timing |
@marcinszkudlinski wrote:
Ack. I filed #9124 to track incidences of this as it seems this can be hit with main of SOF now (so can be seen with PR CI). Let's gather stats to #9124 On a new run, issue not seen, so I'll proceed with merging this PR. |
Fast-forward Zephyr by around 350 patches, including following affecting SOF build targets:
soc/intel_adsp: ipc: initialize semaphore in driver init
drivers: dai: ssp: fix MN_MDIVCTRL_M_DIV_ENABLE for ACE+ platform
drivers: dai: intel: ssp: Only setup mclk/bclk when it is needed by role