]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Work around VNET and DPCPU related panics on aarch64
authorDimitry Andric <dim@FreeBSD.org>
Sun, 23 Jul 2023 13:48:36 +0000 (15:48 +0200)
committerDimitry Andric <dim@FreeBSD.org>
Sun, 23 Jul 2023 22:35:04 +0000 (00:35 +0200)
commit80e4ac2964a11edef456a15b77e43aadeaf273a2
tree564ddddd39082ed25126114857a7c45495f9022d
parent058d1722b09eb62d3a86ea4ce4165c2bd61b854e
Work around VNET and DPCPU related panics on aarch64

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
Reviewed by: markj
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D41156
sys/conf/kmod.mk