From owner-svn-src-all@FreeBSD.ORG Mon Jan 25 17:06:34 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FC481065679; Mon, 25 Jan 2010 17:06:34 +0000 (UTC) (envelope-from alc@cs.rice.edu) Received: from mail.cs.rice.edu (mail.cs.rice.edu [128.42.1.31]) by mx1.freebsd.org (Postfix) with ESMTP id E1EF08FC14; Mon, 25 Jan 2010 17:06:33 +0000 (UTC) Received: from mail.cs.rice.edu (localhost.localdomain [127.0.0.1]) by mail.cs.rice.edu (Postfix) with ESMTP id 62D532C2D89; Mon, 25 Jan 2010 11:06:33 -0600 (CST) X-Virus-Scanned: by amavis-2.4.0 at mail.cs.rice.edu Received: from mail.cs.rice.edu ([127.0.0.1]) by mail.cs.rice.edu (mail.cs.rice.edu [127.0.0.1]) (amavisd-new, port 10024) with LMTP id U5v+hefG4TDH; Mon, 25 Jan 2010 11:06:25 -0600 (CST) Received: from adsl-216-63-78-18.dsl.hstntx.swbell.net (adsl-216-63-78-18.dsl.hstntx.swbell.net [216.63.78.18]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.rice.edu (Postfix) with ESMTP id 4D5F62C2E1E; Mon, 25 Jan 2010 11:06:25 -0600 (CST) Message-ID: <4B5DCF90.9030007@cs.rice.edu> Date: Mon, 25 Jan 2010 11:06:24 -0600 From: Alan Cox User-Agent: Thunderbird 2.0.0.23 (X11/20100102) MIME-Version: 1.0 To: John Baldwin References: <201001231842.o0NIgSa5086957@svn.freebsd.org> <201001250757.49334.jhb@freebsd.org> In-Reply-To: <201001250757.49334.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Alan Cox , svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r202894 - in head/sys/i386: i386 include X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Jan 2010 17:06:34 -0000 John Baldwin wrote: > On Saturday 23 January 2010 1:42:28 pm Alan Cox wrote: > >> Author: alc >> Date: Sat Jan 23 18:42:28 2010 >> New Revision: 202894 >> URL: http://svn.freebsd.org/changeset/base/202894 >> >> Log: >> Handle a race between pmap_kextract() and pmap_promote_pde(). This race is >> known to cause a kernel crash in ZFS on i386 when superpage promotion is >> enabled. >> >> Tested by: netchild >> MFC after: 1 week >> > > Yay! Should we enable pg_ps by default on i386 now? > > Yes, I think so. Alan