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)
Tue, Nov 25, 12:30 AM
Unknown Object (File)
Sun, Nov 23, 10:47 AM
Unknown Object (File)
Fri, Nov 21, 12:23 PM
Unknown Object (File)
Wed, Nov 19, 5:56 AM
Unknown Object (File)
Sun, Nov 2, 5:54 AM
Unknown Object (File)
Wed, Oct 29, 5:16 PM
Unknown Object (File)
Wed, Oct 29, 1:42 PM
Unknown Object (File)
Wed, Oct 29, 1:32 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