From owner-freebsd-ppc@FreeBSD.ORG Sun Sep 8 18:57:20 2013 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 44CE9C7D; Sun, 8 Sep 2013 18:57:20 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id 043AE2BA7; Sun, 8 Sep 2013 18:57:19 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id 3C2881225E; Mon, 9 Sep 2013 04:57:19 +1000 (EST) Received: from Peters-MacBook-Pro.local (c-69-181-164-196.hsd1.ca.comcast.net [69.181.164.196]) by dommail.onthenet.com.au (MOS 4.2.4-GA) with ESMTP id BOM73264 (AUTH peterg@ptree32.com.au); Mon, 9 Sep 2013 04:57:18 +1000 Message-ID: <522CC88B.8040105@freebsd.org> Date: Sun, 08 Sep 2013 11:57:15 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: Justin Hibbits Subject: Re: Kernel panic during page-out References: <522BDFA5.8010803@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD PowerPC ML X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Sep 2013 18:57:20 -0000 Hi Justin, > If this is the correct fix, it should be pushed in through re@, and go into > 10. Is this correct? I haven't checked the full locking on it. Yes, certain it's correct based on other assertions in the same and similar call sequences, and it should go into 10 via re@. later, Peter.