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

porting/linux: fix deadlock in ble_npl_hw_enter_critical #1607

Merged
merged 1 commit into from
Sep 20, 2023

Conversation

Fanhang32
Copy link
Contributor

Fix wrong mutex attributes in pthread_mutexattr_settype. It can cause deadlock after locked.

@Fanhang32
Copy link
Contributor Author

Fanhang32 commented Sep 10, 2023

side effect of this change #1031. It caused nimble linux example couldn't work @sjanc

Fix wrong mutex attributes in pthread_mutexattr_settype.
It can cause deadlock after locked.

Signed-off-by: Hang Fan <fanhang8@gmail.com>
@sjanc
Copy link
Contributor

sjanc commented Sep 11, 2023

@gavin-yy FYI

@sjanc sjanc merged commit 9d4f474 into apache:master Sep 20, 2023
8 checks passed
@Fanhang32 Fanhang32 deleted the dev branch September 21, 2023 14:38
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.

2 participants