From owner-freebsd-xen@FreeBSD.ORG Thu Dec 29 22:30:17 2011 Return-Path: Delivered-To: xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1207D106564A for ; Thu, 29 Dec 2011 22:30:17 +0000 (UTC) (envelope-from seanbru@yahoo-inc.com) Received: from mrout1-b.corp.bf1.yahoo.com (mrout1-b.corp.bf1.yahoo.com [98.139.253.104]) by mx1.freebsd.org (Postfix) with ESMTP id B95028FC12 for ; Thu, 29 Dec 2011 22:30:16 +0000 (UTC) Received: from [127.0.0.1] (proxy6.corp.yahoo.com [216.145.48.19]) by mrout1-b.corp.bf1.yahoo.com (8.14.4/8.14.4/y.out) with ESMTP id pBTMShcQ040003; Thu, 29 Dec 2011 14:28:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=yahoo-inc.com; s=cobra; t=1325197723; bh=Qc1hgygHOPWkUBcEY75m2MbJBE72KDI53g+nCSvSr50=; h=Subject:From:To:Cc:In-Reply-To:References:Content-Type:Date: Message-ID:Mime-Version:Content-Transfer-Encoding; b=dXYCzteq4cNYpQ9RC+FAZx673Pa2RXUkyFZUxSf3K9/CTUF1hUGWFk81hBSDFHwYf QG+Kd8Np/tRNOYnzaFJx+1W5Mnis6wcXmnvBkSgwSYbW3nk42ZYim3aczT2imJivQR RQNts+dDHvG/mjrNnMOmnV3EsBnkEdr4axwadDt0= From: Sean Bruno To: Alan Cox In-Reply-To: <4EFCCC06.4020001@rice.edu> References: <4EEB9CCE.6090701@rice.edu> <1324169806.3093.3.camel@hitfishpass-lx.corp.yahoo.com> <4EED4982.3080208@freebsd.org> <1324339762.3093.14.camel@hitfishpass-lx.corp.yahoo.com> <4EF04F3C.9010309@rice.edu> <1324387685.3093.28.camel@hitfishpass-lx.corp.yahoo.com> <4EF0D8D7.2060503@rice.edu> <4EF0EC1A.4010604@freebsd.org> <1324412718.12783.10.camel@hitfishpass-lx.corp.yahoo.com> <4EF245D1.2050503@rice.edu> <1324679157.17645.6.camel@hitfishpass-lx.corp.yahoo.com> <4EFA0313.6030105@rice.edu> <1325028241.17645.10.camel@hitfishpass-lx.corp.yahoo.com> <4EFCCC06.4020001@rice.edu> Content-Type: text/plain; charset="UTF-8" Date: Thu, 29 Dec 2011 14:28:42 -0800 Message-ID: <1325197722.17645.14.camel@hitfishpass-lx.corp.yahoo.com> Mime-Version: 1.0 X-Mailer: Evolution 2.32.3 (2.32.3-1.fc14) Content-Transfer-Encoding: 7bit Cc: Alan Cox , "xen@freebsd.org" Subject: Re: PV i386 patch X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Dec 2011 22:30:17 -0000 On Thu, 2011-12-29 at 12:22 -0800, Alan Cox wrote: > Please try this patch. It eliminates a race condition that might > actually account for some of the crashes in FreeBSD >= 9 on Xen. > > Alan > ref10-xen32.freebsd.org has this applied now. Looks ok to me? Sean