Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.

Conversation

@grgustaf
Copy link
Contributor

It's not safe to be locking / unlocking mutexes from an ISR but we
were doing that because zjs_signal_callback is intended to be called
by ISRs. This was causing a hang in UART module after more careful
locking was added recently.

Fixes #1541

Signed-off-by: Geoff Gustafson [email protected]

It's not safe to be locking / unlocking mutexes from an ISR but we
were doing that because zjs_signal_callback is intended to be called
by ISRs. This was causing a hang in UART module after more careful
locking was added recently.

Fixes intel#1541

Signed-off-by: Geoff Gustafson <[email protected]>
Signed-off-by: Geoff Gustafson <[email protected]>
@jimmy-huang
Copy link
Contributor

+1

@grgustaf grgustaf closed this Oct 2, 2017
@grgustaf grgustaf reopened this Oct 2, 2017
@grgustaf grgustaf merged commit 88e6cf8 into intel:master Oct 2, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants