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

shell: kernel threads, stacks commands - iterate unlocked on SMP #59244

Merged
merged 1 commit into from
Jun 15, 2023

Conversation

luchnikov
Copy link
Collaborator

@luchnikov luchnikov commented Jun 14, 2023

call k_thread_foreach_unlocked to avoid an assertion caused by calling shell_print while holding a global lock

Fixes #32145

call k_thread_foreach_unlocked to avoid assertions caused
by calling shell_print while holding a global lock

Signed-off-by: Maxim Adelman <[email protected]>
@nashif nashif merged commit ecf2cb5 into zephyrproject-rtos:main Jun 15, 2023
@finikorg finikorg added the backport v2.7-branch Request backport to the v2.7-branch label Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Shell Shell subsystem backport v2.7-branch Request backport to the v2.7-branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

kernel threads and kernel stacks deadlock in many scenarios
6 participants