From owner-cvs-all@FreeBSD.ORG Wed Feb 1 23:57:22 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BC40016A420; Wed, 1 Feb 2006 23:57:22 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63B8C43D58; Wed, 1 Feb 2006 23:57:22 +0000 (GMT) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost [127.0.0.1]) by troutmask.apl.washington.edu (8.13.4/8.13.4) with ESMTP id k11NvKhB000905; Wed, 1 Feb 2006 15:57:20 -0800 (PST) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.13.4/8.13.1/Submit) id k11NvKSm000904; Wed, 1 Feb 2006 15:57:20 -0800 (PST) (envelope-from sgk) Date: Wed, 1 Feb 2006 15:57:20 -0800 From: Steve Kargl To: Pawel Jakub Dawidek Message-ID: <20060201235720.GB708@troutmask.apl.washington.edu> References: <200601311109.k0VB9MRq025366@repoman.freebsd.org> <20060201104752.A68774@grasshopper.cs.duke.edu> <20060201160923.GA67621@troutmask.apl.washington.edu> <17376.58731.618704.264566@grasshopper.cs.duke.edu> <20060201235036.GA7649@garage.freebsd.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060201235036.GA7649@garage.freebsd.pl> User-Agent: Mutt/1.4.2.1i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, Andrew Gallatin , cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/kern kern_malloc.c src/share/man/man9 Makefile redzone.9 src/sys/vm redzone.c redzone.h src/sys/conf NOTES files options X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Feb 2006 23:57:23 -0000 On Thu, Feb 02, 2006 at 12:50:36AM +0100, Pawel Jakub Dawidek wrote: > On Wed, Feb 01, 2006 at 11:44:27AM -0500, Andrew Gallatin wrote: > +> My original question still stands: Does redzone work in combination > +> with INVARIANTS on other platforms? Amd64 is the only -current > +> platform I'm running... > > I was able to test it only on i386 with INVARIANTS and with/without > memguard(9). > i386 doesn't manifest the problem. I have shown and just sent an email to freebsd-current and freebsd-amd64 that the problem is definitely triggered by the new pts code. -- Steve