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)
Mon, Jul 7, 5:47 AM
Unknown Object (File)
Jun 24 2025, 9:18 PM
Unknown Object (File)
Jun 17 2025, 1:38 PM
Unknown Object (File)
Jun 14 2025, 8:32 PM
Unknown Object (File)
Jun 14 2025, 12:28 PM
Unknown Object (File)
Jun 9 2025, 6:31 AM
Unknown Object (File)
May 13 2025, 3:37 AM
Unknown Object (File)
Apr 20 2025, 9:54 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