svn commit: r271428 - stable/10/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Thu Sep 11 15:36:40 UTC 2014


Author: ian
Date: Thu Sep 11 15:36:36 2014
New Revision: 271428
URL: http://svnweb.freebsd.org/changeset/base/271428

Log:
  Disable debugging-related options in all ARM kernel configs for stable-10.
  This is a direct commit to stable-10.  The following options are disabled
  in all arm kernel configs:
  
  	DEADLKRES
  	DIAGNOSTIC
  	INVARIANTS
  	INVARIANTS_SUPPORT
  	WITNESS
  	WITNESS_SKIPSPIN
  Approved by:	re(gjb)

Modified:
  stable/10/sys/arm/conf/AC100
  stable/10/sys/arm/conf/AVILA
  stable/10/sys/arm/conf/BEAGLEBONE
  stable/10/sys/arm/conf/CAMBRIA
  stable/10/sys/arm/conf/CUBIEBOARD
  stable/10/sys/arm/conf/CUBIEBOARD2
  stable/10/sys/arm/conf/DB-78XXX
  stable/10/sys/arm/conf/DB-88F5XXX
  stable/10/sys/arm/conf/DB-88F6XXX
  stable/10/sys/arm/conf/DIGI-CCWMX53
  stable/10/sys/arm/conf/DOCKSTAR
  stable/10/sys/arm/conf/DREAMPLUG-1001
  stable/10/sys/arm/conf/EA3250
  stable/10/sys/arm/conf/EFIKA_MX
  stable/10/sys/arm/conf/LN2410SBC
  stable/10/sys/arm/conf/RADXA
  stable/10/sys/arm/conf/RPI-B
  stable/10/sys/arm/conf/VERSATILEPB

Modified: stable/10/sys/arm/conf/AC100
==============================================================================
--- stable/10/sys/arm/conf/AC100	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/AC100	Thu Sep 11 15:36:36 2014	(r271428)
@@ -47,9 +47,9 @@ options 	VERBOSE_SYSINIT
 #options 	ALT_BREAK_TO_DEBUGGER
 options 	DDB
 options 	GDB
-options 	DIAGNOSTIC
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
+#options 	DIAGNOSTIC
+#options 	INVARIANTS		# Enable calls of extra sanity checking
+#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 options 	KDB
 options 	KDB_TRACE
 #options 	KTR
@@ -57,8 +57,8 @@ options 	KDB_TRACE
 #options 	KTR_ENTRIES=16384
 #options 	KTR_MASK=(KTR_SPARE2)
 #options 	KTR_COMPILE=KTR_ALL
-options 	WITNESS			# Enable checks to detect deadlocks and cycles
-options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
+#options 	WITNESS			# Enable checks to detect deadlocks and cycles
+#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	WITNESS_KDB
 options 	MUTEX_DEBUG
 

Modified: stable/10/sys/arm/conf/AVILA
==============================================================================
--- stable/10/sys/arm/conf/AVILA	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/AVILA	Thu Sep 11 15:36:36 2014	(r271428)
@@ -39,8 +39,8 @@ options 	KDB
 #options 	GDB
 options 	DDB			# Enable the kernel debugger
 #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 	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 	DIAGNOSTIC

Modified: stable/10/sys/arm/conf/BEAGLEBONE
==============================================================================
--- stable/10/sys/arm/conf/BEAGLEBONE	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/BEAGLEBONE	Thu Sep 11 15:36:36 2014	(r271428)
@@ -59,10 +59,10 @@ options 	BREAK_TO_DEBUGGER
 #options 	VERBOSE_SYSINIT		# Enable verbose sysinit messages
 options 	KDB
 options 	DDB			# Enable the kernel debugger
-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 	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 	DIAGNOSTIC
 
 # NFS support

Modified: stable/10/sys/arm/conf/CAMBRIA
==============================================================================
--- stable/10/sys/arm/conf/CAMBRIA	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/CAMBRIA	Thu Sep 11 15:36:36 2014	(r271428)
@@ -39,8 +39,8 @@ options 	KDB
 #options 	GDB
 options 	DDB			# Enable the kernel debugger
 #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 	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 	DIAGNOSTIC

Modified: stable/10/sys/arm/conf/CUBIEBOARD
==============================================================================
--- stable/10/sys/arm/conf/CUBIEBOARD	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/CUBIEBOARD	Thu Sep 11 15:36:36 2014	(r271428)
@@ -58,10 +58,10 @@ options 	BREAK_TO_DEBUGGER
 #options 	VERBOSE_SYSINIT		# Enable verbose sysinit messages
 options 	KDB
 options 	DDB			# Enable the kernel debugger
-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 	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 	DIAGNOSTIC
 
 # NFS support

Modified: stable/10/sys/arm/conf/CUBIEBOARD2
==============================================================================
--- stable/10/sys/arm/conf/CUBIEBOARD2	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/CUBIEBOARD2	Thu Sep 11 15:36:36 2014	(r271428)
@@ -58,10 +58,10 @@ options 	BREAK_TO_DEBUGGER
 #options 	VERBOSE_SYSINIT		# Enable verbose sysinit messages
 options 	KDB
 options 	DDB			# Enable the kernel debugger
-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 	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 	DIAGNOSTIC
 
 # NFS support

Modified: stable/10/sys/arm/conf/DB-78XXX
==============================================================================
--- stable/10/sys/arm/conf/DB-78XXX	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/DB-78XXX	Thu Sep 11 15:36:36 2014	(r271428)
@@ -48,8 +48,8 @@ options 	DDB
 #options 	INVARIANTS		# Enable calls of extra sanity checking
 #options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 options 	KDB
-options 	WITNESS			# Enable checks to detect deadlocks and cycles
-options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
+#options 	WITNESS			# Enable checks to detect deadlocks and cycles
+#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	WITNESS_KDB
 
 device		pci

Modified: stable/10/sys/arm/conf/DB-88F5XXX
==============================================================================
--- stable/10/sys/arm/conf/DB-88F5XXX	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/DB-88F5XXX	Thu Sep 11 15:36:36 2014	(r271428)
@@ -47,8 +47,8 @@ options 	DDB
 #options 	INVARIANTS		# Enable calls of extra sanity checking
 #options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 options 	KDB
-options 	WITNESS			# Enable checks to detect deadlocks and cycles
-options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
+#options 	WITNESS			# Enable checks to detect deadlocks and cycles
+#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	WITNESS_KDB
 
 device		pci

Modified: stable/10/sys/arm/conf/DB-88F6XXX
==============================================================================
--- stable/10/sys/arm/conf/DB-88F6XXX	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/DB-88F6XXX	Thu Sep 11 15:36:36 2014	(r271428)
@@ -48,8 +48,8 @@ options 	DDB
 #options 	INVARIANTS		# Enable calls of extra sanity checking
 #options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 options 	KDB
-options 	WITNESS			# Enable checks to detect deadlocks and cycles
-options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
+#options 	WITNESS			# Enable checks to detect deadlocks and cycles
+#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	WITNESS_KDB
 
 device		pci

Modified: stable/10/sys/arm/conf/DIGI-CCWMX53
==============================================================================
--- stable/10/sys/arm/conf/DIGI-CCWMX53	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/DIGI-CCWMX53	Thu Sep 11 15:36:36 2014	(r271428)
@@ -86,10 +86,10 @@ options 	KDB			# Enable kernel debugger 
 # For full debugger support use this instead:
 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 	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
 
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!

Modified: stable/10/sys/arm/conf/DOCKSTAR
==============================================================================
--- stable/10/sys/arm/conf/DOCKSTAR	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/DOCKSTAR	Thu Sep 11 15:36:36 2014	(r271428)
@@ -146,8 +146,8 @@ options 	ALT_BREAK_TO_DEBUGGER
 options 	DDB
 options 	KDB
 #options 	DIAGNOSTIC
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
+#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 	WITNESS_KDB

Modified: stable/10/sys/arm/conf/DREAMPLUG-1001
==============================================================================
--- stable/10/sys/arm/conf/DREAMPLUG-1001	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/DREAMPLUG-1001	Thu Sep 11 15:36:36 2014	(r271428)
@@ -154,8 +154,8 @@ options 	ALT_BREAK_TO_DEBUGGER
 options 	DDB
 options 	KDB
 #options 	DIAGNOSTIC
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
+#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 	WITNESS_KDB

Modified: stable/10/sys/arm/conf/EA3250
==============================================================================
--- stable/10/sys/arm/conf/EA3250	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/EA3250	Thu Sep 11 15:36:36 2014	(r271428)
@@ -48,8 +48,8 @@ options 	DDB
 #options 	INVARIANTS		# Enable calls of extra sanity checking
 #options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 options 	KDB
-options 	WITNESS			# Enable checks to detect deadlocks and cycles
-options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
+#options 	WITNESS			# Enable checks to detect deadlocks and cycles
+#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
 #options 	WITNESS_KDB
 
 # Pseudo devices

Modified: stable/10/sys/arm/conf/EFIKA_MX
==============================================================================
--- stable/10/sys/arm/conf/EFIKA_MX	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/EFIKA_MX	Thu Sep 11 15:36:36 2014	(r271428)
@@ -86,10 +86,10 @@ options 	KDB			# Enable kernel debugger 
 # For full debugger support use this instead:
 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 	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
 
 # The `bpf' device enables the Berkeley Packet Filter.
 # Be aware of the administrative consequences of enabling this!

Modified: stable/10/sys/arm/conf/LN2410SBC
==============================================================================
--- stable/10/sys/arm/conf/LN2410SBC	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/LN2410SBC	Thu Sep 11 15:36:36 2014	(r271428)
@@ -73,10 +73,10 @@ device		bpf
 device		uart
 
 # Debugging for use in -current
-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 	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
 
 device		md
 

Modified: stable/10/sys/arm/conf/RADXA
==============================================================================
--- stable/10/sys/arm/conf/RADXA	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/RADXA	Thu Sep 11 15:36:36 2014	(r271428)
@@ -60,9 +60,9 @@ options 	KDB
 options 	DDB			# Enable the kernel debugger
 #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 	DIAGNOSTIC
+#options 	WITNESS			# Enable checks to detect deadlocks and cycles
+#options 	WITNESS_SKIPSPIN	# Don't run witness on spinlocks for speed
+#options 	DIAGNOSTIC
 
 # NFS support
 #options	NFSCL

Modified: stable/10/sys/arm/conf/RPI-B
==============================================================================
--- stable/10/sys/arm/conf/RPI-B	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/RPI-B	Thu Sep 11 15:36:36 2014	(r271428)
@@ -89,8 +89,8 @@ device		bcm2835_bsc
 
 options 	KDB
 options 	DDB			# Enable the kernel debugger
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
+#options 	INVARIANTS		# Enable calls of extra sanity checking
+#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 
 device		md
 device		random			# Entropy device

Modified: stable/10/sys/arm/conf/VERSATILEPB
==============================================================================
--- stable/10/sys/arm/conf/VERSATILEPB	Thu Sep 11 13:18:41 2014	(r271427)
+++ stable/10/sys/arm/conf/VERSATILEPB	Thu Sep 11 15:36:36 2014	(r271428)
@@ -92,8 +92,8 @@ makeoptions     SC_DFLT_FONT=cp437
 
 options 	KDB
 options 	DDB			# Enable the kernel debugger
-options 	INVARIANTS		# Enable calls of extra sanity checking
-options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
+#options 	INVARIANTS		# Enable calls of extra sanity checking
+#options 	INVARIANT_SUPPORT	# Extra sanity checks of internal structures, required by INVARIANTS
 
 device		md
 device		random			# Entropy device


More information about the svn-src-all mailing list