Page MenuHomeFreeBSD

aarch64: Clear TLS registers during exec().
ClosedPublic

Authored by jhb on Feb 16 2021, 6:52 PM.
Tags
None
Referenced Files
F103149733: D28711.diff
Thu, Nov 21, 3:37 PM
Unknown Object (File)
Sun, Nov 17, 8:47 PM
Unknown Object (File)
Tue, Nov 12, 8:12 AM
Unknown Object (File)
Tue, Nov 12, 8:03 AM
Unknown Object (File)
Sat, Nov 9, 2:19 PM
Unknown Object (File)
Sat, Nov 9, 12:26 PM
Unknown Object (File)
Sat, Nov 9, 10:25 AM
Unknown Object (File)
Fri, Nov 8, 3:30 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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.