sof icon indicating copy to clipboard operation
sof copied to clipboard

Sound Open Firmware

Results 493 sof issues
Sort by recently updated
recently updated
newest added

**Describe the bug** A segmentation fault occurs in the `ipc_comp_free` function during IPC3 fuzz testing. The issue is caused by a read memory access to a null pointer. This was...

bug
P2
IPC3

original commit - https://github.com/bardliao/sof/commit/2f94fe0488f1abccb9c2a1e12007f0b9b1d5d4a1

Add shell command to track how many resource tracking containers each module instances uses in its lifetime. This is now a draft PR as I have more important PRs to...

After Zephyr changes in commit [af974c30747 ](https://github.com/zephyrproject-rtos/zephyr/commit/af974c307477f4e0e093abbfca768419f14a865f)replace removed IMR_L3_HEAP_SIZE to ace_imr_get_mem_size(). This fixes build error : zephyr/lib/alloc.c:220:27: error: 'IMR_L3_HEAP_SIZE' undeclared (first use in this function)

DNM

Hello, While trying to package the last version of SOF firmware for Gentoo: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-firmware/sof-firmware I noticed that, starting from this new 2025.05 version, we get this warning: ``` scanelf: rpath_security_checks():...

bug

WIP: To be split into smaller patches. 1) Add a simple contiguous virtual page allocator. 2) Add a virtual region per pipeline/DP module. 3) Integrate into mod_alloc() and mod_free(). 4)...

Dummy commit to test CI on "main"

DNM

**Describe the bug** Zephyr update https://github.com/thesofproject/sof/pull/10312 uncovered issue with latest HAL and shows up as failed IMX93 buids: https://github.com/thesofproject/sof/pull/10312#issuecomment-3469586033 **To Reproduce** See #10312

bug