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)
Sat, Mar 28, 1:29 AM
Unknown Object (File)
Fri, Mar 27, 9:50 PM
Unknown Object (File)
Fri, Mar 27, 2:13 PM
Unknown Object (File)
Fri, Mar 20, 8:48 PM
Unknown Object (File)
Sun, Mar 8, 10:12 PM
Unknown Object (File)
Sat, Mar 7, 6:03 PM
Unknown Object (File)
Feb 23 2026, 5:02 PM
Unknown Object (File)
Feb 8 2026, 1:24 PM
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 Not Applicable
Unit
Tests Not Applicable