-
Notifications
You must be signed in to change notification settings - Fork 59
Bug fix: sof-kernel-log-check DSP reset #16
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
Conversation
|
How about changing the message on kernel? |
If you want modify the source code those information also need to modify: Because from the kernel log, catch 4 error message when DSP reset |
Which discussion do you refer to @xiulipan ? I don't see this discussion pattern is finalizing. I agree with @bardliao. Similarly, the unexpected reply shouldn't be called error, either. If they are not real errors, then don't call it error. It freak people out. small fix, big good, please just act with your patch. @bardliao , can you please fix it? |
Yes, I will send a kernel PR to fix it. |
|
@wenqingfu It seems the vacation break the discussion. I also agree with @bardliao that we should not output error when we have retry method. |
|
Thanks, @xiulipan @bardliao . connect the dot with thesofproject/linux#1676 , Seems we have overwhelmingly consensus of "let's don't freak people out" there. :) |
After patch: thesofproject/linux#1676 merged add "error: status" and "error: cl_dsp_init" into ignore string to avoid catch DPS reset which can be ignored Signed-off-by: Wu, BinX <binx.wu@intel.com>
|
Update for kernel patch merged |
xiulipan
left a comment
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.
Let keep this as temp solution here. I think the error will be very misleading in none-debug build.
stripes416
left a comment
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.
This LGTM.
|
@xiulipan How about remove 'failed' keyword in |
|
@Bin-QA I think there will also be IPC failed, so let keep it to see if we got any other issues. |
After patch: thesofproject/linux#1676 merged
add "error: status" and "error: cl_dsp_init" into ignore string
to avoid catch DPS reset which can be ignored
Signed-off-by: Wu, BinX binx.wu@intel.com