Page MenuHomeFreeBSD

Rework the arm64 sigtramp code to be a trampoline
ClosedPublic

Authored by andrew on Dec 29 2021, 6:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 4, 9:43 AM
Unknown Object (File)
Sat, Feb 22, 10:55 AM
Unknown Object (File)
Sun, Feb 16, 2:49 AM
Unknown Object (File)
Fri, Feb 7, 12:00 PM
Unknown Object (File)
Jan 29 2025, 7:28 AM
Unknown Object (File)
Jan 28 2025, 2:53 PM
Unknown Object (File)
Dec 2 2024, 8:34 AM
Unknown Object (File)
Nov 19 2024, 2:37 PM
Subscribers

Details

Summary

To help with switching to a vdso sigtramp switch to passing through the
sigcode function when entering a signal. This ensures the return address
is within the function.

Diff Detail

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

Event Timeline

sys/arm64/arm64/exec_machdep.c
605

When does this case needed at all?

sys/arm64/arm64/exec_machdep.c
605

It's used in Linux emulation.

sys/arm64/arm64/exec_machdep.c
605

Don't Linux emulation need its own sendsig() implementation?

I doubt that our sigframe format is identical to the Linux one. Even, if unlikely it is, there is high probability that we diverge in future.

Rebase past removing the sv_sigcode_base check

This revision was not accepted when it landed; it landed in state Needs Review.Mar 7 2022, 11:20 AM
This revision was automatically updated to reflect the committed changes.