Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2018 12:22:50 +0000 (UTC)
From:      Ruslan Bukin <br@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r336900 - head/sys/riscv/conf
Message-ID:  <201807301222.w6UCMoVg016478@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: br
Date: Mon Jul 30 12:22:49 2018
New Revision: 336900
URL: https://svnweb.freebsd.org/changeset/base/336900

Log:
  Disable VIMAGE on RISC-V.
  
  Similar to r326179 ("Temporarily disable VIMAGE on arm64") creation of
  if_lagg or epair on RISC-V results a kernel panic.
  
  Sponsored by:	DARPA, AFRL

Modified:
  head/sys/riscv/conf/GENERIC

Modified: head/sys/riscv/conf/GENERIC
==============================================================================
--- head/sys/riscv/conf/GENERIC	Mon Jul 30 12:17:10 2018	(r336899)
+++ head/sys/riscv/conf/GENERIC	Mon Jul 30 12:22:49 2018	(r336900)
@@ -30,7 +30,7 @@ makeoptions	WITHOUT_MODULES="usb otusfw mwlfw ispfw mw
 
 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 	TCP_HHOOK		# hhook(9) framework for TCP



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807301222.w6UCMoVg016478>