svn commit: r340503 - stable/12/sys/arm/conf

Glen Barber gjb at FreeBSD.org
Sat Nov 17 18:58:07 UTC 2018


Author: gjb
Date: Sat Nov 17 18:58:06 2018
New Revision: 340503
URL: https://svnweb.freebsd.org/changeset/base/340503

Log:
  Remove debugging options from arm, armv6, armv7 files included by
  GENERIC.  This should have been turned off when stable/12 branched.
  
  This is a direct commit to stable/12.
  
  Submitted by:	thompsa
  Sponsored by:	The FreeBSD Foundation

Modified:
  stable/12/sys/arm/conf/std.arm
  stable/12/sys/arm/conf/std.armv6
  stable/12/sys/arm/conf/std.armv7

Modified: stable/12/sys/arm/conf/std.arm
==============================================================================
--- stable/12/sys/arm/conf/std.arm	Sat Nov 17 18:55:53 2018	(r340502)
+++ stable/12/sys/arm/conf/std.arm	Sat Nov 17 18:58:06 2018	(r340503)
@@ -10,17 +10,6 @@ makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug
 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 	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 	ALT_BREAK_TO_DEBUGGER	# Enter debugger on keyboard escape sequence
-options 	USB_DEBUG		# Enable usb debug support code
-
 # Optional extras, never enabled by default:
 #options 	BOOTVERBOSE
 #options 	DEBUG			# May result in extreme spewage

Modified: stable/12/sys/arm/conf/std.armv6
==============================================================================
--- stable/12/sys/arm/conf/std.armv6	Sat Nov 17 18:55:53 2018	(r340502)
+++ stable/12/sys/arm/conf/std.armv6	Sat Nov 17 18:58:06 2018	(r340503)
@@ -60,17 +60,6 @@ makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug
 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 	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 	ALT_BREAK_TO_DEBUGGER	# Enter debugger on keyboard escape sequence
-options 	USB_DEBUG		# Enable usb debug support code
-
 # Optional extras, never enabled by default:
 #options 	BOOTVERBOSE
 #options 	DEBUG			# May result in extreme spewage

Modified: stable/12/sys/arm/conf/std.armv7
==============================================================================
--- stable/12/sys/arm/conf/std.armv7	Sat Nov 17 18:55:53 2018	(r340502)
+++ stable/12/sys/arm/conf/std.armv7	Sat Nov 17 18:58:06 2018	(r340503)
@@ -60,17 +60,6 @@ makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug
 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 	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 	ALT_BREAK_TO_DEBUGGER	# Enter debugger on keyboard escape sequence
-options 	USB_DEBUG		# Enable usb debug support code
-
 # Optional extras, never enabled by default:
 #options 	BOOTVERBOSE
 #options 	DEBUG			# May result in extreme spewage


More information about the svn-src-stable-12 mailing list