reenable POOL_DEBUG
authornaddy <naddy@openbsd.org>
Thu, 22 Apr 2021 10:23:07 +0000 (10:23 +0000)
committernaddy <naddy@openbsd.org>
Thu, 22 Apr 2021 10:23:07 +0000 (10:23 +0000)
sys/conf/GENERIC

index 387825a..33d0f36 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.275 2021/04/07 00:16:00 jsg Exp $
+#      $OpenBSD: GENERIC,v 1.276 2021/04/22 10:23:07 naddy Exp $
 #
 #      Machine-independent option; used by all architectures for their
 #      GENERIC kernel
@@ -17,7 +17,7 @@ option                PTRACE          # ptrace(2) system call
 #option                WITNESS         # witness(4) lock checker
 
 #option                KVA_GUARDPAGES  # slow virtual address recycling (+ guarding)
-#option                POOL_DEBUG      # pool corruption detection
+option         POOL_DEBUG      # pool corruption detection
 #option                VFSLCKDEBUG     # VFS locking checks
 
 option         CRYPTO          # Cryptographic framework