From owner-freebsd-stable@FreeBSD.ORG Sat Aug 30 04:24:24 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3443816A4BF for ; Sat, 30 Aug 2003 04:24:24 -0700 (PDT) Received: from falcon.midgard.homeip.net (h76n3fls20o913.bredband.comhem.se [213.67.148.76]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C59B43FFD for ; Sat, 30 Aug 2003 04:24:21 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: (qmail 8563 invoked by uid 1001); 30 Aug 2003 11:24:19 -0000 Date: Sat, 30 Aug 2003 13:24:19 +0200 From: Erik Trulsson To: Mike Silbersack Message-ID: <20030830112419.GA1736@falcon.midgard.homeip.net> Mail-Followup-To: Mike Silbersack , Tor Egge , stable@freebsd.org References: <20030827133126.D4269@odysseus.silby.com> <20030828.161240.74667710.Tor.Egge@cvsup.no.freebsd.org> <5.2.0.9.0.20030828153925.03f3ed80@209.112.4.2> <20030828.202011.41715185.Tor.Egge@cvsup.no.freebsd.org> <20030828233301.R14455@odysseus.silby.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030828233301.R14455@odysseus.silby.com> User-Agent: Mutt/1.5.4i cc: stable@freebsd.org Subject: Re: Ok, are all the panics fixed now? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Aug 2003 11:24:24 -0000 On Thu, Aug 28, 2003 at 11:34:19PM -0500, Mike Silbersack wrote: > > > On Thu, 28 Aug 2003, Tor Egge wrote: > > > I'm enclosed a patch that introduces PADDR2/PMAP2 which is to be used > > by pmap_pte() (should not be called from interrupts on noncurrent > > pmaps) while pmap_pte_quick() (should not be called without splvm() > > protection) will use PADDR1/PMAP1. > > > > The patch also backs out revision 1.250.2.20 of > > src/sys/i386/i386/pmap.c. > > > > - Tor Egge > > With this patch applied, my Celeron 450 with 12 megs of ram (artifically > limited, of course) has been swapping away while running a buildworld for > 3+ hours now without a problem. Before your patch, it would die in 15 > minutes or so; I think you may have fixed the problem. > > Good work, as always! Same thing here: With this patch I haven't been able to provoke a panic, while without it I could reliably get one of my machines to panic. -- Erik Trulsson ertr1013@student.uu.se