Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: intel_adsp: ssp: fix segfault in test_adsp_ssp_transfer() #71452

Closed
wants to merge 1 commit into from

Conversation

kv2019i
Copy link
Collaborator

@kv2019i kv2019i commented Apr 12, 2024

Add delay before we call k_sem_take(). For some reason, this avoids a segfault.

Fixes #61789

Add delay before we call k_sem_take(). For some reason, this avoids
a segfault.

Link: zephyrproject-rtos#61789
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
@kv2019i
Copy link
Collaborator Author

kv2019i commented Apr 12, 2024

Draft PR with a minimal change to make the test case pass. Not sure yet why the semaphore code hits a kernel panic (and panic in sys_clock_announce). I guess the DMA hw could overrwite something, but at least on quick look, could not see anything going wrong.

Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Jun 12, 2024
@github-actions github-actions bot closed this Jun 26, 2024
@ceolin ceolin reopened this Aug 24, 2024
@github-actions github-actions bot removed the Stale label Aug 25, 2024
Copy link

This pull request has been marked as stale because it has been open (more than) 60 days with no activity. Remove the stale label or add a comment saying that you would like to have the label removed otherwise this pull request will automatically be closed in 14 days. Note, that you can always re-open a closed pull request at any time.

@github-actions github-actions bot added the Stale label Oct 24, 2024
@github-actions github-actions bot closed this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

intel_adsp_cavs25: tests/boards/intel_adsp/ssp/boards.intel_adsp.ssp fails.
2 participants