Page MenuHomeFreeBSD

Work around VNET and DPCPU related panics on aarch64
ClosedPublic

Authored by dim on Jul 23 2023, 1:54 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Nov 6, 5:35 AM
Unknown Object (File)
Mon, Oct 21, 9:00 PM
Unknown Object (File)
Sep 22 2024, 10:32 PM
Unknown Object (File)
Sep 22 2024, 10:32 PM
Unknown Object (File)
Sep 22 2024, 10:32 PM
Unknown Object (File)
Sep 22 2024, 10:21 PM
Unknown Object (File)
Sep 19 2024, 4:02 PM
Unknown Object (File)
Sep 19 2024, 11:52 AM
Subscribers

Details

Summary

lld >= 14 and recent GNU ld can relax adrp+add and adrp+ldr
instructions, which breaks VNET and DPCPU when used in modules.

Until VNET and DPCPU can be fixed to deal with these relaxed
instructions, disable linker relaxation for now.

PR: 264094
MFC after: 3 days

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 52794
Build 49685: arc lint + arc unit