svn commit: r340633 - in releng/12.0/sys: amd64/conf riscv/conf

Glen Barber gjb at FreeBSD.org
Mon Nov 19 15:49:41 UTC 2018


Author: gjb
Date: Mon Nov 19 15:49:39 2018
New Revision: 340633
URL: https://svnweb.freebsd.org/changeset/base/340633

Log:
  MFS12 r340630:
   Remove debugging options from amd64 MINIMAL [1] and riscv GENERIC
   kernel configuration files.  This should have been turned off when
   stable/12 branched.
  
  Submitted by:   Harry Schmalzbauer [1]
  Approved by:	re (kib)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/12.0/sys/amd64/conf/MINIMAL
  releng/12.0/sys/riscv/conf/GENERIC
Directory Properties:
  releng/12.0/   (props changed)

Modified: releng/12.0/sys/amd64/conf/MINIMAL
==============================================================================
--- releng/12.0/sys/amd64/conf/MINIMAL	Mon Nov 19 15:36:58 2018	(r340632)
+++ releng/12.0/sys/amd64/conf/MINIMAL	Mon Nov 19 15:49:39 2018	(r340633)
@@ -82,15 +82,6 @@ options 	INCLUDE_CONFIG_FILE	# Include this file in ke
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
 options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use (turn off in stable branch):
-options 	DDB			# Support DDB.
-options 	GDB			# Support remote GDB.
-options 	DEADLKRES		# Enable the deadlock resolver
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
-options 	WITNESS			# Enable checks to detect deadlocks and cycles
-options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
-options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
 
 # Make an SMP-capable kernel by default
 options 	SMP			# Symmetric MultiProcessor Kernel

Modified: releng/12.0/sys/riscv/conf/GENERIC
==============================================================================
--- releng/12.0/sys/riscv/conf/GENERIC	Mon Nov 19 15:36:58 2018	(r340632)
+++ releng/12.0/sys/riscv/conf/GENERIC	Mon Nov 19 15:49:39 2018	(r340633)
@@ -114,17 +114,6 @@ device		uart_ns8250	# ns8250-type UART driver
 # Debugging support.  Always need this:
 options 	KDB			# Enable kernel debugger support.
 options 	KDB_TRACE		# Print a stack trace for a panic.
-# For full debugger support use (turn off in stable branch):
-options 	DDB			# Support DDB.
-# options 	GDB			# Support remote GDB.
-options 	DEADLKRES		# Enable the deadlock resolver
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
-# options 	WITNESS			# Enable checks to detect deadlocks and cycles
-# options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
-options 	MALLOC_DEBUG_MAXZONES=8	# Separate malloc(9) zones
-# options 	EARLY_PRINTF
-# options 	VERBOSE_SYSINIT
 
 # Kernel dump features.
 options		ZSTDIO			# zstd-compressed kernel and user dumps


More information about the svn-src-releng mailing list