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

revise TLS handling #736

Merged
merged 1 commit into from
May 2, 2023
Merged

revise TLS handling #736

merged 1 commit into from
May 2, 2023

Conversation

stlankes
Copy link
Contributor

@stlankes stlankes commented May 1, 2023

  • ARM used variant 1 of the TLS handling (see https://uclibc.org/docs/tls.pdf)
  • the previous version doesn't work correctly
  • using an unsized struct to implement TLS like a C kernel

- ARM used variant 1 of the TLS handling (see
  https://uclibc.org/docs/tls.pdf)
- the previous version doesn't work correctly
- using an unsized struct to implement TLS like a C kernel
@stlankes stlankes requested a review from mkroening May 1, 2023 21:21
@stlankes
Copy link
Contributor Author

stlankes commented May 1, 2023

@mkroening I am not sure if this is a good / nice implementation. But it works correctly.

@stlankes stlankes self-assigned this May 2, 2023
@stlankes
Copy link
Contributor Author

stlankes commented May 2, 2023

@mkroening We should discuss it in our next meeting. I need this PR to extend the aarch64 support.

@stlankes
Copy link
Contributor Author

stlankes commented May 2, 2023

bors r+

@stlankes stlankes removed the request for review from mkroening May 2, 2023 19:44
@bors
Copy link
Contributor

bors bot commented May 2, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit d23311a into hermit-os:master May 2, 2023
9 checks passed
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.

None yet

1 participant