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

Mutex #37

Merged
2 commits merged into from
Dec 17, 2015
Merged

Mutex #37

2 commits merged into from
Dec 17, 2015

Conversation

pascal-brand38
Copy link
Contributor

No description provided.

@jenswi-linaro
Copy link
Contributor

Reviewed-by: Jens Wiklander <[email protected]>

Pascal Brand added 2 commits December 17, 2015 12:53
Supplicant requests can be made in parallel, which is
an issue since the concurrent TA feature.
A new mutex is guarding the requests, so that each request
is performed sequentially

Reviewed-by: Jens Wiklander <[email protected]>
Signed-off-by: Pascal Brand <[email protected]>
Shared Memory allocation and deallocation is currently
unsufficientlmy guarded. This is fixed in this patch.

Reviewed-by: Jens Wiklander <[email protected]>
Tested-by: Pascal Brand <[email protected]> (STM)
Signed-off-by: Pascal Brand <[email protected]>
This pull request was closed.
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