Uh oh!
There was an error while loading. Please reload this page.
Bug fix: sof-kernel-log-check DSP reset - #16
Conversation
bardliao
commented
Dec 25, 2019
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 |
xiulipan
commented
Dec 30, 2019
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? |
bardliao
commented
Jan 9, 2020
Yes, I will send a kernel PR to fix it. |
xiulipan
commented
Jan 9, 2020
@wenqingfu It seems the vacation break the discussion. I also agree with @bardliao that we should not output error when we have retry method. |
wenqingfu
commented
Jan 9, 2020
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>
Bin-QA
commented
Jan 14, 2020
Update for kernel patch merged |
xiulipan
left a comment
There was a problem hiding this comment.
Let keep this as temp solution here. I think the error will be very misleading in none-debug build.
@xiulipan How about remove 'failed' keyword in |
xiulipan
commented
Jan 16, 2020
@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