Skip to content

Conversation

@lyakh
Copy link
Collaborator

@lyakh lyakh commented Jan 7, 2025

With Zephyr function names are included in log messages, no need to supply them in the format string. Also reduce verbosity of lib_manager_module_create() - it's called every time a loadable module is instantiated, no need to log this fact.

Copy link
Collaborator

@kv2019i kv2019i left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe fix the one trasted typo as well as this is modifying some of the strings...


if (ret != AUTH_IMAGE_TRUSTED) {
tr_err(&lib_manager_tr, "lib_manager_auth_proc() Untrasted library!");
tr_err(&lib_manager_tr, "Untrasted library!");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Untrusted?

With Zephyr function names are included in log messages, no need to
supply them in the format string. Also reduce verbosity of
lib_manager_module_create() - it's called every time a loadable
module is instantiated, no need to log this fact.

Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
@lyakh lyakh requested a review from softwarecki January 10, 2025 08:11
@lgirdwood lgirdwood merged commit d16d8c4 into thesofproject:main Jan 13, 2025
44 of 49 checks passed
@lgirdwood
Copy link
Member

LP64 docker space issue not related so merged.

@lyakh lyakh deleted the libmgrlog branch January 14, 2025 06:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants