Uh oh!
There was an error while loading. Please reload this page.
ptl: library-manager: enable library authentication - #9922
Conversation
lgirdwood
left a comment
There was a problem hiding this comment.
This make perfect sense for LL kernel modules but not for userspace DP modules protected by MMU.
Required zephyr patch: |
lyakh
commented
Apr 4, 2025
zephyrproject-rtos/zephyr#88019 has been merged, this can be merged now too |
lgirdwood
commented
Apr 4, 2025
@wszypelt good to merge ? |
@lyakh@lgirdwood Internal Intel CI System, issue with loadable downmixer |
lgirdwood
commented
Apr 10, 2025
@wszypelt are you able to share any more info on this failure. Does it main mailbox data is corrupted/not aligned or does it mean a module free() IPC failed ? |
wszypelt
commented
Apr 14, 2025
@lgirdwood the error appears after trying to load the downmixer, I sent the test logs directly to @lyakh |
wszypelt
commented
Apr 28, 2025
The problem is the key that is currently being used to sign the libs, a ticket has been created to the internal service to change it, I will let you know as soon as it is done |
kv2019i
commented
May 9, 2025
@lyakh Can you rebase? The v2.13 stable branch is on Monday. We might need to backport this to stable if this takes more time. |
lyakh
commented
May 12, 2025
abonislawski
commented
May 15, 2025
@lyakh it should be done now, please rebase to test it |
Library authentication is enabled on MTL and LNL, enable it on PTL too. Signed-off-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
wszypelt
commented
May 15, 2025
@lyakh Internal Intel CI tests, all green :) |
Library authentication is enabled on MTL and LNL, enable it on PTL too.