Skip to content

[Backport v3.7-branch] libc: arcmwdt: grant all threads access to stdio locks #92989

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

Open
wants to merge 1 commit into
base: v3.7-branch
Choose a base branch
from

Conversation

github-actions[bot]
Copy link

Backport e22ca6b from #92866.

@github-actions github-actions bot added the Backport Backport PR and backport failure issues label Jul 11, 2025
@github-project-automation github-project-automation bot moved this to To do in Backports Jul 11, 2025
Some of the locks are created in supervisor mode (i.e. stdout one),
but should be accessed from user mode too. Unfortunately, there is
no way to distinguish these locks, so grant the access to all of them
as the actual reads and writes should end up as syscalls anyway.

Signed-off-by: Ilya Tagunov <Ilya.Tagunov@synopsys.com>
(cherry picked from commit e22ca6b)
@nashif nashif force-pushed the backport-92866-to-v3.7-branch branch from 3d2a90b to f3afa88 Compare July 21, 2025 00:03
@github-actions github-actions bot added area: Toolchains Toolchains area: C Library C Standard Library labels Jul 21, 2025
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: C Library C Standard Library area: Toolchains Toolchains Backport Backport PR and backport failure issues
Projects
Status: To do
Development

Successfully merging this pull request may close these issues.

2 participants