-
Notifications
You must be signed in to change notification settings - Fork 319
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
ext_manifest: include probe information by CONFIG_PROBE #9675
Conversation
Put probe information into manifest by CONFIG_PROBE=y would be better. This change could help to avoid annoying kernel log from SOF loader ("unknown sof_ext_man header type 3 size 0x30") if CONFIG_PROBE=n. Signed-off-by: Shawn Huang <[email protected]>
Can one of the admins verify this patch?
|
test this please |
Thanks @Shawn-Huang724 -- it's seems this annoyance has gone unfixed for a very long time. It would seem thesofproject/linux#5183 is probably the best fix. At least for Intel, the new FW releases use IPC4 so will not trigger the warning in IPC3 loader in kernel. |
Very much agree, it's better for the doer to undo what he has done. [thesofproject/linux#5183] is the best fix of this annoyance in dmesg log. |
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.
Ack - manifest should only contain extensions if they are enabled in build, I think in this case the author may have been trying to cover both probes and injectors.
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.
I was wondering @lgirdwood if some client requires the manifest entry to exist (with just probe and injection points as zero in the manifest), but it seems all CI tests are passing and I can't find any usage. So would seem good to go.
Put probe information into manifest by CONFIG_PROBE=y would be better.
This change could help to avoid annoying kernel log from SOF loader ("unknown sof_ext_man header type 3 size 0x30") if CONFIG_PROBE=n on most SOF machines.