-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Revert "ace: mm: tlb: Check tlb translation enabled before flushing cache" #78479
Conversation
…ache" This reverts commit 311ddf9. That commit breaks firmware boot on both MTL and LNL. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The Zephyr main now indeed crashes at boot at least on MTL, and reverting 311ddf9 fixes it.
I have checked on our mtl fpga test platforms and the firmware boots successfully using sof/main + zephyr/main. Is there any overlay being used? In particular the debugging options like: |
ACK. Activating the |
testing with thesofproject/sof#9455
@softwarecki sorry, which your fix? I don't see any open PRs from you for Zephyr ATM? |
@lyakh The one you're trying to revert in this PR. It causes the |
@softwarecki Ack a fix is preferred, but time is of essence here as well. Let's go with standard procedure. If you can fix the MTL/LNL boot assert issue quickly, please submit ASAP, or if not, let's merge this revert PR and @softwarecki you submit the original patch again later with the updates to avoid panics with asserts. This is currently blocking all Zephyr updates to SOF mainline, so we need to address this quickly to not block other developers while this issue is addressed for Intel. |
@kv2019i I will create a PR with the fix right away. |
@softwarecki have you also submitted a SOF PR to test your fix? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approve to not block others
This reverts commit 311ddf9. That commit breaks firmware boot on both MTL and LNL.