We've left release mode. Time to re-enable POOL_DEBUG
authortb <tb@openbsd.org>
Thu, 3 Oct 2024 04:39:09 +0000 (04:39 +0000)
committertb <tb@openbsd.org>
Thu, 3 Oct 2024 04:39:09 +0000 (04:39 +0000)
ok deraadt

sys/conf/GENERIC

index 7b53cd7..f42b95e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.298 2024/09/17 13:45:49 jsg Exp $
+#      $OpenBSD: GENERIC,v 1.299 2024/10/03 04:39:09 tb Exp $
 #
 #      Machine-independent option; used by all architectures for their
 #      GENERIC kernel
@@ -16,7 +16,7 @@ option                KMEMSTATS       # collect malloc(9) statistics
 option         PTRACE          # ptrace(2) system call
 
 #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