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

subsys: random: Correct Mutex define #86454

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zhaynxp
Copy link
Contributor

@zhaynxp zhaynxp commented Feb 28, 2025

Correct Mutex ctr_lock defination as the wrong defination lead to sysworkq task not acquiring this mutex during bt init, which lead to BLE didn't work as described in issue #86444

@zephyrbot zephyrbot added area: Random Random subsystem size: XS A PR changing only a single line of code labels Feb 28, 2025
Correct Mutex ctr_lock defination as the wrong defination lead to
sysworkq task not acquiring this mutex during bt init, which lead to
BLE didn't work as described in issue zephyrproject-rtos#86444

Signed-off-by: Ying Zhang <[email protected]>
@tomi-font tomi-font linked an issue Feb 28, 2025 that may be closed by this pull request
@tomi-font tomi-font added the bug The issue is a bug, or the PR is fixing a bug label Feb 28, 2025
@tomi-font tomi-font added this to the v4.1.0 milestone Feb 28, 2025
@dleach02 dleach02 added the Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Random Random subsystem bug The issue is a bug, or the PR is fixing a bug size: XS A PR changing only a single line of code Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLE can't be used after erasing board and flash BT SHELL app
6 participants