Uh oh!
There was an error while loading. Please reload this page.
Audio: SRC: Add safeguard against missing, wrong size or type init data - #8004
Conversation
dbaluta
commented
Aug 2, 2023
@lgirdwood what Intel platforms are still using IPC3? What Intel platform completely switched to Zephyr? Do you support IPC3 + Zephyr? We plan to deprecate XTOS starting with Q4 on i.MX platforms. But we will still be using IPC3 + Zephyr for a while ( I guess) |
lgirdwood
commented
Aug 2, 2023
None on main. Only older platforms using stable-v2.2 branch for fixes only.
All Intel platforms on main. i.e. everything from Tigerlake onwards. All older platforms are on stable v2.2 branch with xtos + IPC3. |
Uh oh!
There was an error while loading. Please reload this page.
In some error situations the configuration init_data may be NULL, and in such a situations we should fail gracefully and not crash. Also adds check that the IPC message is of correct type and for IPC3 only that it is of correct type. Signed-off-by: Jyri Sarha <jyri.sarha@linux.intel.com>
kv2019i
commented
Aug 7, 2023
SOFCI TEST |
kv2019i
commented
Aug 7, 2023
Looks ready to go, just needs a clean CI run to merge. |
In some error situations the configuration init_data may be NULL, and in such a situations we should fail gracefully and not crash. Also adds check that the IPC message is of correct type and for IPC3 only that it is of correct type.
This is a reincarnation of #7830 that was reverted due to CI problems: #7985
The message type check is now done for IPC3 only.