Skip to content

Conversation

@serhiy-katsyuba-intel
Copy link
Contributor

Calling zephyr_ll_task_cancel() for a task which was actually never scheduled results later in panic in zephyr_ll_task_done().

The fix makes zephyr_ll_task_cancel() do nothing for tasks which were only initialized but never scheduled.

Calling zephyr_ll_task_cancel() for a task which was actually never
scheduled results later in panic in zephyr_ll_task_done().

The fix makes zephyr_ll_task_cancel() do nothing for tasks which were
only initialized but never scheduled.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Copy link

@juimonen juimonen left a comment

Choose a reason for hiding this comment

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

looks ok to me (and I trust @lyakh in this)

@dbaluta dbaluta merged commit cff23f5 into thesofproject:main Jul 28, 2023
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