Loading vmm.ko on Ampere eMAG locks up the system. Block loading for
now until it can be fixed.
PR: 285051
Sponsored by: Arm Ltd
Differential D49155
arm64/vmm: Don't load on Ampere eMAG andrew on Feb 27 2025, 9:52 AM. Authored by Tags None Referenced Files
Details
Loading vmm.ko on Ampere eMAG locks up the system. Block loading for PR: 285051
Diff Detail
Event TimelineComment Actions After approving: Comment Actions Tested again: Comment Actions From a quick look at kldload handling in the kernel it appears that is the expected behaviour.
|
Normally the clnt_rc.c (reconnect layer) would
do a CLSET_TCP_DDP and the so_setsockopt()
would be done for CLSET_TCP_DDP in clnt_vc.c
and ignored in clnt_dg.c.
I've never been much of an object oriented guy,
but the Sun folk loved these layers.