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)
Sun, Apr 20, 9:54 AM
Unknown Object (File)
Fri, Apr 18, 1:42 PM
Unknown Object (File)
Mar 19 2025, 6:24 PM
Unknown Object (File)
Mar 10 2025, 10:09 PM
Unknown Object (File)
Feb 5 2025, 9:52 AM
Unknown Object (File)
Jan 31 2025, 10:18 PM
Unknown Object (File)
Jan 31 2025, 9:39 PM
Unknown Object (File)
Jan 27 2025, 2:53 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 Not Applicable
Unit
Tests Not Applicable