-
Notifications
You must be signed in to change notification settings - Fork 349
Removed sof-logger #6754
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
Removed sof-logger #6754
Conversation
Sof logger is used for legacy platforms and is not used for Meteorlake. Static analysis tool issued many errors related to the logger - removed the project. Signed-off-by: Andrey Borisovich <andrey.borisovich@intel.com>
|
Any idea why MTL does not build? https://github.com/thesofproject/sof/actions/runs/3650616164/jobs/6166821755 EDIT: probably a toolchain issue. |
|
Hang on - sof-logger will still be used by xtos users. Needs to be reverted unless this is now in a tools repo. @marcinszkudlinski @aborisovich any comments ? |
|
Ok, I understand but this tool is not needed for the release of MTL. We are going to fix vulnerabilities on SOF main later right @marcinszkudlinski ? Static analysis issues was the only reason we removed it. |
|
Wait a second we are still heavily using sof-logger. What is the alternative for it? Or what's the plan here? |
|
this relase is for mtl-zephyr only. Mtrace python script should be used there. |
|
This PR was merged with a single approval. Yes, it was merged in a feature branch rather than the main one, but I do feel it was a rush job, which I believe should raise some red flags about how things are done. Honestly. This, plus the incident from yesterday... Who is demanding that static analysis tools are to be obeyed with such an urgency that proper review is skipped, even if it's strictly for a platform-specific branch? |
That's a good point - on Intel side we are working out how we can do a more frequent scan with static analysis tools and how this can be more automated and frequent. We still need to work quite a few things out. Unfortunately the tooling is very manual and cumbersome atm and this was a work item for this sprint. We are working to improve this though, but this sounds like a good topic for next TSC as its for everyone's benefit. |
Sof logger is used for legacy platforms and is not used for Meteorlake. Static analysis tool issued many errors related to the logger - removed the project.
Signed-off-by: Andrey Borisovich andrey.borisovich@intel.com