Skip to content

Fix concurrency bugs around TA instance creation and teardown#726

Open
sangho2 wants to merge 3 commits intomainfrom
sanghle/lvbs/debug
Open

Fix concurrency bugs around TA instance creation and teardown#726
sangho2 wants to merge 3 commits intomainfrom
sanghle/lvbs/debug

Conversation

@sangho2
Copy link
Contributor

@sangho2 sangho2 commented Mar 13, 2026

This PR fixes some concurrency bugs around OP-TEE TA instance creation and teardown. Specifically, it prevents multiple cores from concurrently creating a single-instance TA and a race between opening and closing of the same single-instance TA. Additionally, it fixes a session ID leak case.

@github-actions
Copy link

🤖 SemverChecks 🤖 No breaking API changes detected

Note: this does not mean API is unchanged, or even that there are no breaking changes; simply, none of the detections triggered.

@sangho2 sangho2 marked this pull request as ready for review March 13, 2026 16:53
Copy link
Member

@wdcui wdcui left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for the bug fixes.

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