Guennadi Liakhovetski
Guennadi Liakhovetski
**Describe the bug** SOF isn't an SMP system, its use of cores is hard-wired. Most management tasks are only supposed to run on the primary core, only pre-assigned audio processing...
test https://github.com/zephyrproject-rtos/zephyr/pull/68366
testing https://github.com/zephyrproject-rtos/zephyr/pull/68287
[tgl.dmesg.txt](https://github.com/thesofproject/linux/files/13963700/tgl.dmesg.txt) A kernel BUG hit in `cnl_ipc4_send_msg()` ``` [ 657.980098] BUG: unable to handle page fault for address: ffffc900025e8000 [ 657.980102] #PF: supervisor read access in kernel mode [ 657.980104]...
Build all the code, supporting LLEXT, modular UPDATE: changed to only build DRC as LLEXT on MTL
Test-only: just to reproduce a Windows rimage signing failure Switch eq-iir, mixin-mixout and smart-amp-test to LLEXT modules on MTL.
this includes #9151 and depends on not yet merged Tephyr PRs, collected as a test in https://github.com/zephyrproject-rtos/zephyr/pull/73274
**Describe the bug** When a pipeline is freed, all its components are freed too. If any of them is implemented by an LLEXT module and this is its last instance,...
When logging is deferred it can happen that the logger thread attempts to emit a log entry when the memory, containing log data has been unmapped. This can happen e.g....
The driver currently loads drivers that are missing in the firmware base image but are present in the topology. It might also be necessary to load auxiliary loadable objects. Use...