From owner-freebsd-stable@FreeBSD.ORG Mon Aug 25 22:30:13 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 2B70E16A4C0 for ; Mon, 25 Aug 2003 22:30:13 -0700 (PDT) Received: from grebe.mail.pas.earthlink.net (grebe.mail.pas.earthlink.net [207.217.120.46]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7726943FE0 for ; Mon, 25 Aug 2003 22:30:12 -0700 (PDT) (envelope-from mvh@ix.netcom.com) Received: from lsanca1-ar6-4-62-200-121.lsanca1.elnk.dsl.genuity.net ([4.62.200.121] helo=netcom1.netcom.com) by grebe.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 19rWPE-0001R8-00 for stable@freebsd.org; Mon, 25 Aug 2003 22:30:12 -0700 Received: by netcom1.netcom.com (Postfix, from userid 1000) id B5B115320; Mon, 25 Aug 2003 22:30:09 -0700 (PDT) From: Mike Harding To: stable@freebsd.org In-reply-to: <20030826034451.GD61917@nexus.dglawrence.com> References: <5.2.0.9.0.20030825220024.07324008@209.112.4.2> <20030826022000.25AC22A7EA@canning.wemm.org> <20030826034451.GD61917@nexus.dglawrence.com> Message-Id: <20030826053009.B5B115320@netcom1.netcom.com> Date: Mon, 25 Aug 2003 22:30:09 -0700 (PDT) Subject: Re: PAE removal patch for testing 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: Tue, 26 Aug 2003 05:30:13 -0000 I did just get a crash after doing the 'short' patch - I am reverting to Aug. 7 code... - Mike H. > > Mike Tancsa wrote: > > > At 04:51 PM 25/08/2003 -0500, Mike Silbersack wrote: > > > > > > >Right now, anyone who is experiencing problems should definitely try that > > > >short patch which Mike Tancsa said works for him and confirm whether or > > > >not it fixes the issue on their system. > > > > > > The 2 servers I am running it on both have been stable since applying it. > > > ns4% uptime > > > 9:58PM up 2 days, 4:27, 2 users, load averages: 0.02, 0.03, 0.05 > > > ns4% > > > > > > would have rebooted several times by now. The other machine is also > > > stable. Both are quite busy mail routers. One also runs spamassassin via a > > > milter. > > > > This change matches -current and should probably be committed ASAP. > > I've reviewed it as well and it definitely is a bug that needs to be fixed > ASAP. Basically, the pmap_remove code in -stable doesn't handle the case of > crossing a page table boundry properly. If the next page table page isn't > currently mapped, then the kernel will [fatally] fault when trying to access > it.