Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 18:58:06 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r340503 - stable/12/sys/arm/conf
Message-ID:  <201811171858.wAHIw6PA015918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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