Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Nov 2018 20:11:21 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-releng@freebsd.org
Subject:   svn commit: r340515 - releng/12.0/sys/arm/conf
Message-ID:  <201811172011.wAHKBLR3053217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gjb
Date: Sat Nov 17 20:11:20 2018
New Revision: 340515
URL: https://svnweb.freebsd.org/changeset/base/340515

Log:
  MFS12 r340503:
   Remove debugging options from arm, armv6, armv7 files included by
   GENERIC.  This should have been turned off when stable/12 branched.
  
  Submitted by:   thompsa
  Approved by:	re (rgrimes)
  Sponsored by:	The FreeBSD Foundation

Modified:
  releng/12.0/sys/arm/conf/std.arm
  releng/12.0/sys/arm/conf/std.armv6
  releng/12.0/sys/arm/conf/std.armv7
Directory Properties:
  releng/12.0/   (props changed)

Modified: releng/12.0/sys/arm/conf/std.arm
==============================================================================
--- releng/12.0/sys/arm/conf/std.arm	Sat Nov 17 20:07:37 2018	(r340514)
+++ releng/12.0/sys/arm/conf/std.arm	Sat Nov 17 20:11:20 2018	(r340515)
@@ -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: releng/12.0/sys/arm/conf/std.armv6
==============================================================================
--- releng/12.0/sys/arm/conf/std.armv6	Sat Nov 17 20:07:37 2018	(r340514)
+++ releng/12.0/sys/arm/conf/std.armv6	Sat Nov 17 20:11:20 2018	(r340515)
@@ -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: releng/12.0/sys/arm/conf/std.armv7
==============================================================================
--- releng/12.0/sys/arm/conf/std.armv7	Sat Nov 17 20:07:37 2018	(r340514)
+++ releng/12.0/sys/arm/conf/std.armv7	Sat Nov 17 20:11:20 2018	(r340515)
@@ -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?201811172011.wAHKBLR3053217>