Page MenuHomeFreeBSD

arm64: fix struct l_sigaction_t layout
ClosedPublic

Authored by mhorne on Dec 3 2020, 4:35 PM.
Tags
None
Referenced Files
Unknown Object (File)
Nov 24 2024, 4:50 PM
Unknown Object (File)
Nov 19 2024, 4:56 PM
Unknown Object (File)
Nov 19 2024, 8:39 AM
Unknown Object (File)
Nov 16 2024, 11:11 PM
Unknown Object (File)
Sep 29 2024, 7:50 PM
Unknown Object (File)
Sep 29 2024, 7:50 PM
Unknown Object (File)
Sep 21 2024, 6:41 AM
Unknown Object (File)
Sep 20 2024, 6:45 PM
Subscribers

Details

Summary

This was likely copied from amd64, but the layout of the struct differs
slightly between these platforms. This fixes spurious `unsupported sigaction
flag 0xXXXXXXXX` messages when executing some Linux binaries on arm64.

Linux struct definition: https://github.com/torvalds/linux/blob/34816d20f173a90389c8a7e641166d8ea9dce70a/include/uapi/asm-generic/signal.h#L104

Diff Detail

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

Event Timeline

mhorne requested review of this revision.Dec 3 2020, 4:35 PM

Yes, seems I just incorrectly copied this from x86.

This revision is now accepted and ready to land.Dec 8 2020, 3:48 PM
This revision was automatically updated to reflect the committed changes.