Page MenuHomeFreeBSD

aarch64: Clear TLS registers during exec().
ClosedPublic

Authored by jhb on Feb 16 2021, 6:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 16, 7:29 AM
Unknown Object (File)
Sat, Jun 8, 4:02 AM
Unknown Object (File)
Sat, Jun 8, 12:46 AM
Unknown Object (File)
May 26 2024, 4:45 AM
Unknown Object (File)
May 24 2024, 12:30 AM
Unknown Object (File)
May 23 2024, 7:06 PM
Unknown Object (File)
Apr 28 2024, 10:29 AM
Unknown Object (File)
Apr 22 2024, 1:26 AM

Details

Summary

These are not stored in the trapframe so must be cleared explicitly.

This is similar to one of the MIPS changes in 822d2d6ac94f.

Sponsored by: DARPA

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 37876
Build 34765: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Feb 16 2021, 6:52 PM
sys/arm64/arm64/machdep.c
566–567

Does td == curthread always hold here?

Do we need this for linux_exec_setregs?

sys/arm64/arm64/machdep.c
566–567

Yes.

Do we need this for linux_exec_setregs?

Hmm, possibly.

  • Cleared in linux_exec_setregs().
This revision is now accepted and ready to land.Mar 17 2021, 9:15 AM
This revision was automatically updated to reflect the committed changes.