Skip to content

Remove named mutex workaround for Linux arm/arm64#70381

Merged
janvorli merged 1 commit intodotnet:mainfrom
janvorli:remove-namedmute-workaround
Jun 7, 2022
Merged

Remove named mutex workaround for Linux arm/arm64#70381
janvorli merged 1 commit intodotnet:mainfrom
janvorli:remove-namedmute-workaround

Conversation

@janvorli
Copy link
Member

@janvorli janvorli commented Jun 7, 2022

The workaround is no longer needed as the underlying issue in
glibc was fixed in glibc 2.24 and the minimum glibc we now
support is 2.27.

Close #65929

The workaround is no longer needed as the underlying issue in
glibc was fixed in glibc 2.24 and the minimum glibc we now
support is 2.27.
@janvorli janvorli added this to the 7.0.0 milestone Jun 7, 2022
@janvorli janvorli requested a review from kouvel June 7, 2022 18:23
@janvorli janvorli self-assigned this Jun 7, 2022
Copy link
Contributor

@kouvel kouvel left a comment

Choose a reason for hiding this comment

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

Thanks!

@janvorli janvorli merged commit 31cd7eb into dotnet:main Jun 7, 2022
@janvorli janvorli deleted the remove-namedmute-workaround branch June 7, 2022 23:31
@ghost ghost locked as resolved and limited conversation to collaborators Jul 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Review workaround for Named mutex: Use flock instead of pthread process-shared mutex

2 participants