Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Disable POOL_REDZONE until we figure out what's wro...
details: https://anonhg.NetBSD.org/src/rev/f6d265718daf
branches: trunk
changeset: 365635:f6d265718daf
user: maxv <maxv%NetBSD.org@localhost>
date: Sat Aug 25 05:56:24 2018 +0000
description:
Disable POOL_REDZONE until we figure out what's wrong. There must be a dumb
problem, that is not triggerable on amd64.
diffstat:
sys/kern/subr_pool.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f67df8f58191 -r f6d265718daf sys/kern/subr_pool.c
--- a/sys/kern/subr_pool.c Sat Aug 25 02:42:49 2018 +0000
+++ b/sys/kern/subr_pool.c Sat Aug 25 05:56:24 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: subr_pool.c,v 1.225 2018/08/24 14:04:27 maxv Exp $ */
+/* $NetBSD: subr_pool.c,v 1.226 2018/08/25 05:56:24 maxv Exp $ */
/*-
* Copyright (c) 1997, 1999, 2000, 2002, 2007, 2008, 2010, 2014, 2015
@@ -33,7 +33,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.225 2018/08/24 14:04:27 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_pool.c,v 1.226 2018/08/25 05:56:24 maxv Exp $");
#ifdef _KERNEL_OPT
#include "opt_ddb.h"
@@ -86,7 +86,7 @@
static struct pool psppool;
#endif
-#if defined(DIAGNOSTIC) || defined(KASAN)
+#if defined(KASAN)
#define POOL_REDZONE
#endif
Home |
Main Index |
Thread Index |
Old Index