svn commit: r326179 - head/sys/arm64/conf

Ed Maste emaste at FreeBSD.org
Fri Nov 24 19:21:22 UTC 2017


Author: emaste
Date: Fri Nov 24 19:21:21 2017
New Revision: 326179
URL: https://svnweb.freebsd.org/changeset/base/326179

Log:
  Temporarily disable VIMAGE on arm64
  
  Loading a kernel module with a static VNET_DEFINE'd variable (e.g.
  if_lagg) currently results in a kernel panic.
  
  PR:		223670

Modified:
  head/sys/arm64/conf/GENERIC

Modified: head/sys/arm64/conf/GENERIC
==============================================================================
--- head/sys/arm64/conf/GENERIC	Fri Nov 24 19:08:54 2017	(r326178)
+++ head/sys/arm64/conf/GENERIC	Fri Nov 24 19:21:21 2017	(r326179)
@@ -26,7 +26,7 @@ makeoptions	WITH_CTF=1		# Run ctfconvert(1) for DTrace
 
 options 	SCHED_ULE		# ULE scheduler
 options 	PREEMPTION		# Enable kernel thread preemption
-options 	VIMAGE			# Subsystem virtualization, e.g. VNET
+#options 	VIMAGE			# Subsystem virtualization, e.g. VNET
 options 	INET			# InterNETworking
 options 	INET6			# IPv6 communications protocols
 options 	IPSEC			# IP (v4/v6) security


More information about the svn-src-all mailing list